Browse Source

[animeondemand] Add .netrc

totalwebcasting
Sergey M․ 9 years ago
parent
commit
b4561e857f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/animeondemand.py

+ 1
- 0
youtube_dl/extractor/animeondemand.py View File

@ -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': {


Loading…
Cancel
Save