[generic] Remove debug statement
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 25 Aug 2014 15:21:58 +0000 (17:21 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 25 Aug 2014 15:21:58 +0000 (17:21 +0200)
youtube_dl/extractor/generic.py

index 0ec23a365b8095ce6a1ee89cd09c4ed2c7e99d94..59cc8a5ffe515ef26a21a1bcc84e9701ffb6c9fc 100644 (file)
@@ -809,7 +809,6 @@ class GenericIE(InfoExtractor):
                     \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)