diff options
| -rw-r--r-- | youtube_dl/extractor/rts.py | 2 | 
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,          } | 
