mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-15 22:24:32 +01:00
[generic] Remove debug statement
This commit is contained in:
parent
34708e1bb6
commit
bcc069a937
@ -809,7 +809,6 @@ class GenericIE(InfoExtractor):
|
|||||||
\s*{[^}]+? ["']?clip["']?\s*:\s*\{\s*
|
\s*{[^}]+? ["']?clip["']?\s*:\s*\{\s*
|
||||||
["']?url["']?\s*:\s*["']([^"']+)["']
|
["']?url["']?\s*:\s*["']([^"']+)["']
|
||||||
''', webpage)
|
''', webpage)
|
||||||
assert found
|
|
||||||
if not found:
|
if not found:
|
||||||
# Try to find twitter cards info
|
# Try to find twitter cards info
|
||||||
found = re.findall(r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage)
|
found = re.findall(r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage)
|
||||||
|
Loading…
Reference in New Issue
Block a user