mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[generic] Do not use compatibility result fallback
This commit is contained in:
parent
f09828b4e1
commit
cecaaf3f58
@ -148,7 +148,7 @@ class GenericIE(InfoExtractor):
|
||||
try:
|
||||
new_url = self._test_redirect(url)
|
||||
if new_url:
|
||||
return [self.url_result(new_url)]
|
||||
return self.url_result(new_url)
|
||||
except compat_urllib_error.HTTPError:
|
||||
# This may be a stupid server that doesn't like HEAD, our UA, or so
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user