projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f88df2
)
[movshare] Add _FILE_DELETED_REGEX
author
Sergey M․
<dstftw@gmail.com>
Sat, 5 Apr 2014 09:31:38 +0000
(16:31 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 5 Apr 2014 09:31:38 +0000
(16:31 +0700)
youtube_dl/extractor/movshare.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/movshare.py
b/youtube_dl/extractor/movshare.py
index 2cf8b64bbbec64ca3c6e6163b57e0450d64a1b69..bb2ae6d05a6a5afdad574bea1893878065569fd4 100644
(file)
--- a/
youtube_dl/extractor/movshare.py
+++ b/
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>'