youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b4561e857f7bbeb6571d36c9991b3fc5c109352d
parent 702325123964c767eafa5667aa3d3844f8133e8a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 13 Feb 2016 22:41:58 +0600

[animeondemand] Add .netrc

Diffstat:
Myoutube_dl/extractor/animeondemand.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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': {