about summary refs log tree commit diff
path: root/youtube_dl/extractor/funimation.py
Commit message (Expand)AuthorAgeFilesLines
* [funimation] Add support for optional lang code in URLs (closes #28950)Sergey M․2021-05-051-1/+5
* [funimation] fix extraction(closes #14089)Remita Amine2019-01-151-3/+8
* remove unnecessary assignment parenthesisRemita Amine2018-05-261-1/+1
* Remove sensitive data from logging in messagesSergey M․2017-11-111-1/+1
* [funimation] remove codes related to old login method and update testRemita Amine2017-05-081-20/+6
* [funimation] fix authentication(closes #13021)Remita Amine2017-05-081-22/+18
* [funimation] fix extraction(closes #10696)(#11773)Remita Amine2017-04-011-137/+72
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-3/+3
* [funimation] Detect blocking and support CloudFlare cookiesYen Chi Hsuan2016-04-301-3/+45
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-3/+2
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-4/+2
* [funimation] Improve loginSergey M․2015-12-131-5/+11
* [funimation] Improve extractionSergey M․2015-12-121-12/+10
* [funimation] Add test for promotional videoSergey M․2015-12-121-1/+8
* [funimation] Fix promotional videos extractionSergey M․2015-12-121-2/+3
* [funimation] Extend _VALID_URL to match promotional videosSergey M․2015-12-121-1/+4
* [funimation] Remove unused importSergey M․2015-12-121-1/+0
* [funimation] Use mobile webpage for workaround hulu errorSergey M․2015-12-121-64/+89
* [funimation] Improve _VALID_URLSergey M․2015-12-111-1/+1
* [funimation] Update testSergey M․2015-12-111-5/+6
* [funimation] Improve extraction (Closes #7775)Sergey M?2015-12-111-34/+107
* [funimation] Real UA is required for loginSergey M?2015-12-111-2/+4
* [funimation] Remove unnecessary login form fieldSergey M?2015-12-111-1/+0
* [funimation] Fix login messageSergey M?2015-12-111-1/+2
* [funimation] PEP 8Sergey M?2015-12-111-1/+2
* [funimation] Add new extractorMuratcan Simsek2015-12-111-0/+77