Browse Source

[movshare] Add _FILE_DELETED_REGEX

master
Sergey M․ 10 years ago
parent
commit
d0e4cf82f1
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/movshare.py

1
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>'

Loading…
Cancel
Save