Browse Source

[generic] Remove debug statement

Jaime Marquínez Ferrándiz 11 years ago
parent
commit
bcc069a937
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/generic.py

+ 0 - 1
youtube_dl/extractor/generic.py

@@ -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)