about summary refs log tree commit diff
path: root/youtube_dl/extractor/rts.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-24 22:32:04 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-24 22:32:04 +0100
commitf605128d131b3084a6f2e098df1561892cecfc3e (patch)
treef1f5e720205f7097de1742f82470fa5af0f82cb3 /youtube_dl/extractor/rts.py
parentba40a746669890ea54363565a8c3d4144f213595 (diff)
downloadyoutube-dl-f605128d131b3084a6f2e098df1561892cecfc3e.tar.gz
youtube-dl-f605128d131b3084a6f2e098df1561892cecfc3e.tar.xz
youtube-dl-f605128d131b3084a6f2e098df1561892cecfc3e.zip
[rts] Add thumbnail support
Diffstat (limited to 'youtube_dl/extractor/rts.py')
-rw-r--r--youtube_dl/extractor/rts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rts.py b/youtube_dl/extractor/rts.py
index f211637a7..bcdfbdd56 100644
--- a/youtube_dl/extractor/rts.py
+++ b/youtube_dl/extractor/rts.py
@@ -28,6 +28,7 @@ class RTSIE(InfoExtractor):
             'uploader': 'Divers',
             'upload_date': '19680921',
             'timestamp': -40280400,
+            'thumbnail': 're:^https?://.*\.image'
         },
     }
 
@@ -58,4 +59,5 @@ class RTSIE(InfoExtractor):
             'duration': duration,
             'uploader': info.get('programName'),
             'timestamp': upload_timestamp,
+            'thumbnail': thumbnail,
         }