mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[generic] Fix test_Generic_2
Now a HEAD request returns 400 Bad Request
This commit is contained in:
parent
67d46a3f90
commit
ef0e4e7bc0
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ class GenericIE(InfoExtractor):
|
|||
'skip_download': True, # infinite live stream
|
||||
},
|
||||
'expected_warnings': [
|
||||
r'501.*Not Implemented'
|
||||
r'501.*Not Implemented',
|
||||
r'400.*Bad Request',
|
||||
],
|
||||
},
|
||||
# Direct link with incorrect MIME type
|
||||
|
|
Loading…
Reference in a new issue