diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-05 16:32:14 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-05 16:32:14 +0700 |
commit | 931055e6cbd45b6a0b001006d840edd2b5af7d7a (patch) | |
tree | 9cc75b6d1bdcd238a4f5b7a7c7361165a2967c51 /youtube_dl | |
parent | d0e4cf82f19de1ddd8adb7b234fa28f37c54161b (diff) |
[videoweed] Revert _FILE_DELETED_REGEX
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/videoweed.py | 1 |
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 = { |