aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/camdemy.py
AgeCommit message (Collapse)Author
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-09-14Improve some _VALID_URLsstepshal
2016-07-25[camdemy] Extract duration properlySergey M․
2016-07-25[camdemy] Fix camdemySergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey 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-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2015-02-13[camdemy] Fix _VALID_URLSergey 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 compatibilityYen Chi Hsuan
2015-02-12[camdemy] Add support for foldersYen Chi Hsuan
2015-02-12[camdemy] Detection of external sourcesYen Chi Hsuan
2015-02-11[camdemy] Add new extractorYen Chi Hsuan
Single file download done, while folder extaction in plan