about summary refs log tree commit diff
path: root/youtube_dl/extractor/camdemy.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [camdemy] Extract duration properlySergey M․2016-07-251-3/+7
|
* [camdemy] Fix camdemySergey M․2016-07-251-25/+29
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | 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
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-2/+2
|
* [camdemy] Fix _VALID_URLSergey M․2015-02-131-1/+1
|
* [camdemy] Simplify and make more robust (#4938)Philipp Hagemeister2015-02-121-21/+26
| | | | | | 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.
* [camdemy] Python2 compatibilityYen Chi Hsuan2015-02-121-7/+7
|
* [camdemy] Add support for foldersYen Chi Hsuan2015-02-121-9/+59
|
* [camdemy] Detection of external sourcesYen Chi Hsuan2015-02-121-0/+20
|
* [camdemy] Add new extractorYen Chi Hsuan2015-02-111-0/+78
Single file download done, while folder extaction in plan