Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |