about summary refs log tree commit diff
path: root/youtube_dl/extractor/animeondemand.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-02-13 22:41:58 +0600
committerSergey M․ <dstftw@gmail.com>2016-02-13 22:41:58 +0600
commitb4561e857f7bbeb6571d36c9991b3fc5c109352d (patch)
tree4d57d380064266b9f6cc03a6e52fbe87b06a89b2 /youtube_dl/extractor/animeondemand.py
parent702325123964c767eafa5667aa3d3844f8133e8a (diff)
downloadyoutube-dl-b4561e857f7bbeb6571d36c9991b3fc5c109352d.tar.gz
youtube-dl-b4561e857f7bbeb6571d36c9991b3fc5c109352d.tar.xz
youtube-dl-b4561e857f7bbeb6571d36c9991b3fc5c109352d.zip
[animeondemand] Add .netrc
Diffstat (limited to 'youtube_dl/extractor/animeondemand.py')
-rw-r--r--youtube_dl/extractor/animeondemand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/animeondemand.py b/youtube_dl/extractor/animeondemand.py
index 0d0516ba6..a7d8daf7b 100644
--- 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': {