Browse Source

[generic] Fix test_Generic_2

Now a HEAD request returns 400 Bad Request
Yen Chi Hsuan 9 years ago
parent
commit
ef0e4e7bc0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/generic.py

+ 2 - 1
youtube_dl/extractor/generic.py

@@ -105,7 +105,8 @@ class GenericIE(InfoExtractor):
                 'skip_download': True,  # infinite live stream
                 'skip_download': True,  # infinite live stream
             },
             },
             'expected_warnings': [
             'expected_warnings': [
-                r'501.*Not Implemented'
+                r'501.*Not Implemented',
+                r'400.*Bad Request',
             ],
             ],
         },
         },
         # Direct link with incorrect MIME type
         # Direct link with incorrect MIME type