mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-05 13:47:07 -05:00
[movshare] Add _FILE_DELETED_REGEX
This commit is contained in:
@@ -11,6 +11,7 @@ class MovShareIE(NovaMovIE):
|
|||||||
|
|
||||||
_HOST = 'www.movshare.net'
|
_HOST = 'www.movshare.net'
|
||||||
|
|
||||||
|
_FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<'
|
||||||
_TITLE_REGEX = r'<strong>Title:</strong> ([^<]+)</p>'
|
_TITLE_REGEX = r'<strong>Title:</strong> ([^<]+)</p>'
|
||||||
_DESCRIPTION_REGEX = r'<strong>Description:</strong> ([^<]+)</p>'
|
_DESCRIPTION_REGEX = r'<strong>Description:</strong> ([^<]+)</p>'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user