1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-30 17:49:50 +08:00

[movshare] Add _FILE_DELETED_REGEX

This commit is contained in:
Sergey M․
2014-04-05 16:31:38 +07:00
Unverified
parent 6f88df2c57
commit d0e4cf82f1
+1
View File
@@ -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>'