aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/cloudy.py
AgeCommit message (Collapse)Author
2017-07-26[cloudy] Fix extraction (closes #13737)Sergey M․
2017-03-22[cloudy] Fix extraction (closes #12525)Sergey M․
2016-07-16[cloudy] Drop videoraj.toYen Chi Hsuan
videoraj.ch is now a shoe-selling website, and videoraj.to domain name is gone.
2016-04-28[cloudy] New domain name for the test_cloudy_1Yen Chi Hsuan
I'm sure whether videoraj.ch still works or not, so keep it.
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
2015-03-15[cloudy] Fix key extraction (Closes #5211)Sergey M․
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
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 .
2014-09-14[cloudy] Retry extraction on 410 status code (#3743 #3744)Sergey M․
2014-09-14[cloudy] Add support for videoraj.chSergey M․
2014-09-14[cloudy] Minor changesSergey M․
2014-09-14[cloudy] Add new extractor. Closes #3743naglis