[youtube] Amend test
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 11 Dec 2014 15:34:37 +0000 (16:34 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 11 Dec 2014 15:34:37 +0000 (16:34 +0100)
youtube_dl/extractor/youtube.py

index f41086762b620da6f78aeeec67f13cae06e5312a..7b6179a2abd1261b787f1b19486ab04af31feddf 100644 (file)
@@ -440,9 +440,16 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
             'info_dict': {
                 'id': 'lqQg6PlCWgI',
                 'ext': 'mp4',
-                
+                'upload_date': '20120731',
+                'uploader_id': 'olympic',
+                'description': 'HO09  - Women -  GER-AUS - Hockey - 31 July 2012 - London 2012 Olympic Games',
+                'uploader': 'Olympics',
+                'title': 'Hockey - Women -  GER-AUS - London 2012 Olympic Games',
+            },
+            'params': {
+                'skip_download': 'requires avconv',
             }
-        }
+        },
     ]
 
     def __init__(self, *args, **kwargs):