summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-29 14:35:45 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-29 14:35:45 +0100
commit2583a0308bb11b355377f08d532b51f8db1d5316 (patch)
treedb1d357e33fe8aa3648d16e2582ec24ee2b807e4
parent40c716d2a2cb1473695f7ef87cc78fcedd22541a (diff)
downloadyoutube-dl-2583a0308bb11b355377f08d532b51f8db1d5316.tar.gz
youtube-dl-2583a0308bb11b355377f08d532b51f8db1d5316.tar.xz
youtube-dl-2583a0308bb11b355377f08d532b51f8db1d5316.zip
[huffpost] Modernize test
-rw-r--r--youtube_dl/extractor/huffpost.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/huffpost.py b/youtube_dl/extractor/huffpost.py
index 0d1ea6802..94e7cf790 100644
--- a/youtube_dl/extractor/huffpost.py
+++ b/youtube_dl/extractor/huffpost.py
@@ -21,9 +21,10 @@ class HuffPostIE(InfoExtractor):
 
     _TEST = {
         'url': 'http://live.huffingtonpost.com/r/segment/legalese-it/52dd3e4b02a7602131000677',
-        'file': '52dd3e4b02a7602131000677.mp4',
         'md5': '55f5e8981c1c80a64706a44b74833de8',
         'info_dict': {
+            'id': '52dd3e4b02a7602131000677',
+            'ext': 'mp4',
             'title': 'Legalese It! with @MikeSacksHP',
             'description': 'This week on Legalese It, Mike talks to David Bosco about his new book on the ICC, "Rough Justice," he also discusses the Virginia AG\'s historic stance on gay marriage, the execution of Edgar Tamayo, the ICC\'s delay of Kenya\'s President and more.  ',
             'duration': 1549,