소스 검색

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