[ign] improve extraction and extract uploader_id
[youtube-dl] / youtube_dl / extractor / videoweed.py
index 1a69dcd89247acf2e279ed8b13ddefdffb71419b..ca2e50935def482fb3d3f7f5e7594d24b3dba2f1 100644 (file)
@@ -12,7 +12,6 @@ class VideoWeedIE(NovaMovIE):
     _HOST = 'www.videoweed.es'
 
     _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<'
-    _FILEKEY_REGEX = r'flashvars\.filekey="(?P<filekey>[^"]+)";'
     _TITLE_REGEX = r'<h1 class="text_shadow">([^<]+)</h1>'
 
     _TEST = {
@@ -24,4 +23,4 @@ class VideoWeedIE(NovaMovIE):
             'title': 'optical illusion  dissapeared image magic illusion',
             'description': ''
         },
-    }
\ No newline at end of file
+    }