Browse Source

[rts] Add thumbnail support

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
f605128d13
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/rts.py

+ 2
- 0
youtube_dl/extractor/rts.py View File

@ -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,
}

Loading…
Cancel
Save