Commit Graph

12 Commits (135e6a1c107f49e7968013a57c33eea615406b96)

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