0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-27 03:03:01 +00:00

[generic] Remove debug statement

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-08-25 17:21:58 +02:00
parent 34708e1bb6
commit bcc069a937

View file

@ -809,7 +809,6 @@ def _playlist_from_matches(matches, getter, ie=None):
\s*{[^}]+? ["']?clip["']?\s*:\s*\{\s*
["']?url["']?\s*:\s*["']([^"']+)["']
''', webpage)
assert found
if not found:
# Try to find twitter cards info
found = re.findall(r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage)