about summary refs log tree commit diff
path: root/youtube_dl/extractor/cloudy.py
Commit message (Collapse)AuthorAgeFilesLines
* [cloudy] Fix extraction (closes #13737)Sergey M․2017-07-261-1/+5
|
* [cloudy] Fix extraction (closes #12525)Sergey M․2017-03-221-74/+33
|
* [cloudy] Drop videoraj.toYen Chi Hsuan2016-07-161-31/+17
| | | | | videoraj.ch is now a shoe-selling website, and videoraj.to domain name is gone.
* [cloudy] New domain name for the test_cloudy_1Yen Chi Hsuan2016-04-281-2/+2
| | | | I'm sure whether videoraj.ch still works or not, so keep it.
* [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
* [cloudy] Fix key extraction (Closes #5211)Sergey M․2015-03-151-1/+2
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-4/+6
| | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
* [cloudy] Retry extraction on 410 status code (#3743 #3744)Sergey M․2014-09-141-16/+40
|
* [cloudy] Add support for videoraj.chSergey M․2014-09-141-13/+27
|
* [cloudy] Minor changesSergey M․2014-09-141-5/+8
|
* [cloudy] Add new extractor. Closes #3743naglis2014-09-141-0/+67