diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-04-05 16:31:38 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-04-05 16:31:38 +0700 | 
| commit | d0e4cf82f19de1ddd8adb7b234fa28f37c54161b (patch) | |
| tree | 0824c4a0e36a5b6b99fba2ac1d0f06b9606d4732 | |
| parent | 6f88df2c577786f05741e8bcf8d379262641831d (diff) | |
[movshare] Add _FILE_DELETED_REGEX
| -rw-r--r-- | youtube_dl/extractor/movshare.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/movshare.py b/youtube_dl/extractor/movshare.py index 2cf8b64bb..bb2ae6d05 100644 --- a/youtube_dl/extractor/movshare.py +++ b/youtube_dl/extractor/movshare.py @@ -11,6 +11,7 @@ class MovShareIE(NovaMovIE):      _HOST = 'www.movshare.net' +    _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<'      _TITLE_REGEX = r'<strong>Title:</strong> ([^<]+)</p>'      _DESCRIPTION_REGEX = r'<strong>Description:</strong> ([^<]+)</p>'  | 
