Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-09-14 | Improve some _VALID_URLs | stepshal | |
2016-07-25 | [camdemy] Extract duration properly | Sergey M․ | |
2016-07-25 | [camdemy] Fix camdemy | Sergey M․ | |
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 | |||
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2015-02-13 | [camdemy] Fix _VALID_URL | Sergey M․ | |
2015-02-12 | [camdemy] Simplify and make more robust (#4938) | Philipp Hagemeister | |
Do not throw errors if view count or upload date extraction fails. Dispose of re.MULTILINE, which had absolutely no effect without any ^ or $ in sight. Follow PEP8 naming conventions. | |||
2015-02-12 | [camdemy] Python2 compatibility | Yen Chi Hsuan | |
2015-02-12 | [camdemy] Add support for folders | Yen Chi Hsuan | |
2015-02-12 | [camdemy] Detection of external sources | Yen Chi Hsuan | |
2015-02-11 | [camdemy] Add new extractor | Yen Chi Hsuan | |
Single file download done, while folder extaction in plan |