diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-28 03:32:22 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-28 03:32:22 +0100 |
commit | 31ef0ff03832e642fad3a6b416abb4b1c668764c (patch) | |
tree | 0df7ba9ce2f6488517f8aff24b7ce90e41225762 /youtube_dl | |
parent | 37e3b90d5996bc14e6ced937907a36b02bb8e490 (diff) | |
parent | 00ff8f92a54de32eb2bde54f3c52fe4acf854ee1 (diff) |
Merge remote-tracking branch 'dstftw/rutube-channel'
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/rutube.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rutube.py b/youtube_dl/extractor/rutube.py index f58c775ba..4922dd764 100644 --- a/youtube_dl/extractor/rutube.py +++ b/youtube_dl/extractor/rutube.py @@ -23,8 +23,11 @@ class RutubeIE(InfoExtractor): 'file': '3eac3b4561676c17df9132a9a1e62e3e.mp4', 'info_dict': { 'title': 'Раненный кенгуру забежал в аптеку', + 'description': 'http://www.ntdtv.ru ', + 'duration': 80, 'uploader': 'NTDRussian', 'uploader_id': '29790', + 'upload_date': '20131016', }, 'params': { # It requires ffmpeg (m3u8 download) |