浏览代码

[movshare] Add _FILE_DELETED_REGEX

Sergey M․ 11 年之前
父节点
当前提交
d0e4cf82f1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/movshare.py

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