http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/animeondemand.py
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' # German-speaking countries of Europe _GEO_COUNTRIES = [ 'AT' , 'CH' , 'DE' , 'LI' , 'LU' ] _TESTS = [{ # jap, OmU 'url' : 'https://www.anime-on-demand.de/anime/161' , 'info_dict' : { 'id' : '161' , 'title' : 'Grimgar, Ashes and Illusions (OmU)' , 'description' : 'md5:6681ce3c07c7189d255ac6ab23812d31' , }, 'playlist_mincount' :...