aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/fivemin.py
AgeCommit message (Collapse)Author
2016-08-05[5min] fix _VALID_URL(closes #10228)Remita Amine
2016-08-04[5min] fix _VALID_URLRemita Amine
2016-08-04[5min] delegate extraction to AolIERemita Amine
recently the 5min SenseHandler request return HTTP Error 503: Service Unavailable error
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-04[fivemin] improve extractionremitamine
- skip m3u8 formats(404 error) - skip unavailable test - download embed page only when it's needed - update _VALID_URL regex(joystiq.com redirect to engadget.com)
2015-10-14[5min] extract more video info and formatsremitamine
Closes #7124.
2015-02-19[5min] Cover joystiq.com URLs (Closes #4962)Sergey M․
2014-12-13[5min] Remove helper method and modernizePhilipp Hagemeister
Previously, other extractor would go call a private(!) helper method. Instead, just hardcode the 5min:video_id format - it's not if that would ever change.
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-04-29[5min] Raise an error if the 'success' field is FalseJaime Marquínez Ferrándiz
For example for georestricted videos.
2014-04-15[fivemin] Get the 'sid' from the embed page (fixes #2745)Jaime Marquínez Ferrándiz
It allows to download some videos that failed.
2014-03-21Add extractor for Engadget and 5min (closes #2465)Jaime Marquínez Ferrándiz
engadget.com uses the generic 5min.com service.