Browse Source

[videoweed] Revert _FILE_DELETED_REGEX

totalwebcasting
Sergey M․ 10 years ago
parent
commit
931055e6cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/videoweed.py

+ 1
- 0
youtube_dl/extractor/videoweed.py View 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 = {


Loading…
Cancel
Save