aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/adn.py
AgeCommit message (Collapse)Author
2022-10-18Fix ADN extractor (#31275)ache
* Rename Anime Digital Network to Animation Digital Network, animationdigitalnetwork.fr * Update the test to an available video * Update the decoding key of subtitles * Keep the support of old URLs * Add a test to match the old URL * Reduce redundancy of the URL name * Fix md5 ^^" * Fix undefined _BASE * Process HTTP error text (eg geo-block) correctly and uniformly in Py3, Py2 * Skip test for CI since geo-blocked Signed-off-by: ache <ache@ache.one> Co-authored-by: dirkf <fieldhouse@gmx.net>
2021-01-25[adn] improve login warning reportingRemita Amine
2021-01-25[ADN] Implement login (#27937)Adrian Heine né Lang
closes #17091 closes #27841
2021-01-12[adn] improve info extractionRemita Amine
2021-01-12[ADN] Fix extraction (#27732)Adrian Heine né Lang
Closes #26963.
2019-04-28[adn] fix subtitle extraction(#12724)Remita Amine
2019-04-16[adn] fix subtitle extraction(#12724)Remita Amine
2019-04-04[adn] fix subtitle compatibility with ffmpegRemita Amine
2019-04-04[adn] fix extraction and add support for positioning styles(closes #20549)Remita Amine
2018-06-02[adn] fix extractionRemita Amine
2018-02-28[adn] fix format extraction(#15716)Remita Amine
2018-01-23Switch codebase to use compat_b64decodeSergey M․
2017-07-16[adn] Improve error reporting (#13663)Sergey M․
2017-05-26[adn] fix formats extractionRemita Amine
2017-04-09[adn] update subtitle decryption keyRemita Amine
2017-03-31[adn] Add new extractorRemita Amine