Browse Source

[twitch] Skip a 404 test

Yen Chi Hsuan 9 years ago
parent
commit
9bd7bd0b80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/twitch.py

+ 1 - 0
youtube_dl/extractor/twitch.py

@@ -247,6 +247,7 @@ class TwitchVodIE(TwitchItemBaseIE):
             # m3u8 download
             # m3u8 download
             'skip_download': True,
             'skip_download': True,
         },
         },
+        'skip': 'HTTP Error 404: Not Found',
     }]
     }]
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):