[ustream] Fix tests
authorSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:52:51 +0000 (22:52 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:52:51 +0000 (22:52 +0600)
youtube_dl/extractor/ustream.py

index a29d67e9fa6e36713e1ede4bb034724eff311828..73b05ecab82a10a6c80360b0b980f285dfbb9c45 100644 (file)
@@ -22,8 +22,12 @@ class UstreamIE(InfoExtractor):
         'info_dict': {
             'id': '20274954',
             'ext': 'flv',
-            'uploader': 'Young Americans for Liberty',
             'title': 'Young Americans for Liberty February 7, 2012 2:28 AM',
+            'description': 'Young Americans for Liberty February 7, 2012 2:28 AM',
+            'timestamp': 1328577035,
+            'upload_date': '20120207',
+            'uploader': 'yaliberty',
+            'uploader_id': '6780869',
         },
     }, {
         # From http://sportscanada.tv/canadagames/index.php/week2/figure-skating/444
@@ -35,7 +39,8 @@ class UstreamIE(InfoExtractor):
             'ext': 'flv',
             'title': '-CG11- Canada Games Figure Skating',
             'uploader': 'sportscanadatv',
-        }
+        },
+        'skip': 'This Pro Broadcaster has chosen to remove this video from the ustream.tv site.',
     }]
 
     def _real_extract(self, url):