Merge remote-tracking branch 'hojel/slutload'
[youtube-dl] / youtube_dl / extractor / videoweed.py
index 6d6e8e9c46150641c44828443215a7341369ce4a..4a08ddd4390fedb6fc0944b6f3f0034e72c8bc03 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 = {