projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c3ace
)
[animeondemand] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Wed, 20 Dec 2017 16:17:36 +0000
(23:17 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 20 Dec 2017 16:18:14 +0000
(23:18 +0700)
youtube_dl/extractor/animeondemand.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/animeondemand.py
b/youtube_dl/extractor/animeondemand.py
index be032d5b42a22d18c2e0fa2d2c43c258f4e18fd6..e4fa72f466c188a318978f750b9af0344d53a980 100644
(file)
--- a/
youtube_dl/extractor/animeondemand.py
+++ b/
youtube_dl/extractor/animeondemand.py
@@
-85,7
+85,7
@@
class AnimeOnDemandIE(InfoExtractor):
if all(p not in response for p in ('>Logout<', 'href="/users/sign_out"')):
error = self._search_regex(
- r'<p[^>]+\bclass=(["\'])(?:(?!\1).)*\balert\
s
(?:(?!\1).)*\1[^>]*>(?P<error>.+?)</p>',
+ r'<p[^>]+\bclass=(["\'])(?:(?!\1).)*\balert\
b
(?:(?!\1).)*\1[^>]*>(?P<error>.+?)</p>',
response, 'error', default=None, group='error')
if error:
raise ExtractorError('Unable to login: %s' % error, expected=True)