about summary refs log tree commit diff
path: root/youtube_dl/extractor/ustream.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-10-05 22:52:51 +0600
committerSergey M․ <dstftw@gmail.com>2015-10-05 22:52:51 +0600
commit40fbb05e1c58625349160ec134343af789b803ff (patch)
treeff18617cfe3cb261291ec10b211e70d84def0327 /youtube_dl/extractor/ustream.py
parentdc5756fd7729f616185508fba296b330f0892c24 (diff)
downloadyoutube-dl-40fbb05e1c58625349160ec134343af789b803ff.tar.gz
youtube-dl-40fbb05e1c58625349160ec134343af789b803ff.tar.xz
youtube-dl-40fbb05e1c58625349160ec134343af789b803ff.zip
[ustream] Fix tests
Diffstat (limited to 'youtube_dl/extractor/ustream.py')
-rw-r--r--youtube_dl/extractor/ustream.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py
index a29d67e9f..73b05ecab 100644
--- a/youtube_dl/extractor/ustream.py
+++ b/youtube_dl/extractor/ustream.py
@@ -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):