1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-15 04:19:57 +08:00

[sfdebris] The extractor can now grab thumbnails.

This commit is contained in:
ngld 2015-10-02 01:08:02 +02:00
parent 2709500057
commit ac1a0dec97

View File

@ -32,4 +32,5 @@ class SfDebrisIE(InfoExtractor):
'display_id': display_id,
'title': video_title,
'url': playerdata_url,
'thumbnail': 'http://sfdebris.com/images/links/%s.png' % display_id
}