Sfoglia il codice sorgente

[internetvideoarchive] Update test's duration field

Jaime Marquínez Ferrándiz 10 anni fa
parent
commit
85d253af6b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      youtube_dl/extractor/internetvideoarchive.py

+ 1 - 1
youtube_dl/extractor/internetvideoarchive.py

@@ -22,7 +22,7 @@ class InternetVideoArchiveIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'SKYFALL',
             'description': 'In SKYFALL, Bond\'s loyalty to M is tested as her past comes back to haunt her. As MI6 comes under attack, 007 must track down and destroy the threat, no matter how personal the cost.',
-            'duration': 149,
+            'duration': 152,
         },
     }