summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-04-05 16:32:14 +0700
committerSergey M․ <dstftw@gmail.com>2014-04-05 16:32:14 +0700
commit931055e6cbd45b6a0b001006d840edd2b5af7d7a (patch)
tree9cc75b6d1bdcd238a4f5b7a7c7361165a2967c51
parentd0e4cf82f19de1ddd8adb7b234fa28f37c54161b (diff)
downloadyoutube-dl-931055e6cbd45b6a0b001006d840edd2b5af7d7a.tar.gz
youtube-dl-931055e6cbd45b6a0b001006d840edd2b5af7d7a.tar.xz
youtube-dl-931055e6cbd45b6a0b001006d840edd2b5af7d7a.zip
[videoweed] Revert _FILE_DELETED_REGEX
-rw-r--r--youtube_dl/extractor/videoweed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/videoweed.py b/youtube_dl/extractor/videoweed.py
index 6d6e8e9c4..4a08ddd43 100644
--- a/youtube_dl/extractor/videoweed.py
+++ b/youtube_dl/extractor/videoweed.py
@@ -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 = {