projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d64e1d
)
[vodlocker] Add another removed file pattern (closes #11106)
author
Sergey M․
<dstftw@gmail.com>
Thu, 3 Nov 2016 15:22:40 +0000
(22:22 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 3 Nov 2016 15:22:40 +0000
(22:22 +0700)
youtube_dl/extractor/vodlocker.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vodlocker.py
b/youtube_dl/extractor/vodlocker.py
index c85b474d25fecc4e8b5acb8931b0939222882f0b..bbfa6e5f26f6043af52ae168b6e2cebb7463edfc 100644
(file)
--- a/
youtube_dl/extractor/vodlocker.py
+++ b/
youtube_dl/extractor/vodlocker.py
@@
-31,7
+31,8
@@
class VodlockerIE(InfoExtractor):
if any(p in webpage for p in (
'>THIS FILE WAS DELETED<',
'>File Not Found<',
- 'The file you were looking for could not be found, sorry for any inconvenience.<')):
+ 'The file you were looking for could not be found, sorry for any inconvenience.<',
+ '>The file was removed')):
raise ExtractorError('Video %s does not exist' % video_id, expected=True)
fields = self._hidden_inputs(webpage)