Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | [skip travis] revert automerge for now | Unknown | |
2020-09-02 | [skip travis] adding automerge support | Unknown | |
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling | |||
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2019-01-15 | [funimation] fix extraction(closes #14089) | Remita Amine | |
2018-05-26 | remove unnecessary assignment parenthesis | Remita Amine | |
2017-11-11 | Remove sensitive data from logging in messages | Sergey M․ | |
2017-05-08 | [funimation] remove codes related to old login method and update test | Remita Amine | |
2017-05-08 | [funimation] fix authentication(closes #13021) | Remita Amine | |
2017-04-01 | [funimation] fix extraction(closes #10696)(#11773) | Remita Amine | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-04-30 | [funimation] Detect blocking and support CloudFlare cookies | Yen Chi Hsuan | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974 | |||
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-12-13 | [funimation] Improve login | Sergey M․ | |
2015-12-12 | [funimation] Improve extraction | Sergey M․ | |
2015-12-12 | [funimation] Add test for promotional video | Sergey M․ | |
2015-12-12 | [funimation] Fix promotional videos extraction | Sergey M․ | |
2015-12-12 | [funimation] Extend _VALID_URL to match promotional videos | Sergey M․ | |
2015-12-12 | [funimation] Remove unused import | Sergey M․ | |
2015-12-12 | [funimation] Use mobile webpage for workaround hulu error | Sergey M․ | |
2015-12-11 | [funimation] Improve _VALID_URL | Sergey M․ | |
2015-12-11 | [funimation] Update test | Sergey M․ | |
2015-12-11 | [funimation] Improve extraction (Closes #7775) | Sergey M? | |
2015-12-11 | [funimation] Real UA is required for login | Sergey M? | |
2015-12-11 | [funimation] Remove unnecessary login form field | Sergey M? | |
2015-12-11 | [funimation] Fix login message | Sergey M? | |
2015-12-11 | [funimation] PEP 8 | Sergey M? | |
2015-12-11 | [funimation] Add new extractor | Muratcan Simsek | |
Update funimation.py Update funimation.py Removed unnecessary lines. Update funimation.py Added thumbnail and description. Filename improvement. fixed TEST. |