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