From ac1a0dec978ef0b6a0fce2ae221a9be191ce1d5a Mon Sep 17 00:00:00 2001 From: ngld Date: Fri, 2 Oct 2015 01:08:02 +0200 Subject: [PATCH] [sfdebris] The extractor can now grab thumbnails. --- youtube_dl/extractor/sfdebris.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/sfdebris.py b/youtube_dl/extractor/sfdebris.py index a0097aaaa..bd811a289 100644 --- a/youtube_dl/extractor/sfdebris.py +++ b/youtube_dl/extractor/sfdebris.py @@ -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 }