Commit Graph

12 Commits (9e5ca66f16998eb2a680e23a6e769e34001898c5)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 7 years ago
stepshal 925194022c
Improve some _VALID_URLs 8 years ago
Sergey M․ 0a147785e8
[camdemy] Extract duration properly 8 years ago
Sergey M․ 59eaf69e33
[camdemy] Fix camdemy 8 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
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
8 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Sergey M․ 037e9437e4 [camdemy] Fix _VALID_URL 9 years ago
Philipp Hagemeister 08b38d5401 [camdemy] Simplify and make more robust (#4938)
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.
9 years ago
Yen Chi Hsuan 7e6011101f [camdemy] Python2 compatibility 9 years ago
Yen Chi Hsuan c40feaba77 [camdemy] Add support for folders 9 years ago
Yen Chi Hsuan 8367d3f3cb [camdemy] Detection of external sources 9 years ago
Yen Chi Hsuan 8708d76425 [camdemy] Add new extractor
Single file download done, while folder extaction in plan
9 years ago