projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7023251
)
[animeondemand] Add .netrc
author
Sergey M․
<dstftw@gmail.com>
Sat, 13 Feb 2016 16:41:58 +0000
(22:41 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 13 Feb 2016 16:41:58 +0000
(22:41 +0600)
youtube_dl/extractor/animeondemand.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/animeondemand.py
b/youtube_dl/extractor/animeondemand.py
index 0d0516ba6677a70022146534bcbbf314d0d64034..a7d8daf7b4788bbaff020ccfca1ed7ba46e5d6f8 100644
(file)
--- a/
youtube_dl/extractor/animeondemand.py
+++ b/
youtube_dl/extractor/animeondemand.py
@@
-17,6
+17,7
@@
class AnimeOnDemandIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?anime-on-demand\.de/anime/(?P<id>\d+)'
_LOGIN_URL = 'https://www.anime-on-demand.de/users/sign_in'
_APPLY_HTML5_URL = 'https://www.anime-on-demand.de/html5apply'
+ _NETRC_MACHINE = 'animeondemand'
_TEST = {
'url': 'https://www.anime-on-demand.de/anime/161',
'info_dict': {