X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frts.py;h=bcdfbdd5691410e43d3b030f4f8059cfc8497c6a;hb=34cbc7ee8db36e85d2021455f468c5dc2da616b8;hp=f211637a74fe0056a9553f1ed17da4b9f688f5ba;hpb=f70daac108bc28383cfe5c8843f56e7d8c74eb74;p=youtube-dl 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, }