aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/fivemin.py
Commit message (Collapse)AuthorAgeFilesLines
* [5min] fix _VALID_URL(closes #10228)Remita Amine2016-08-051-1/+1
|
* [5min] fix _VALID_URLRemita Amine2016-08-041-1/+1
|
* [5min] delegate extraction to AolIERemita Amine2016-08-041-116/+19
| | | | | recently the 5min SenseHandler request return HTTP Error 503: Service Unavailable error
* [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
* [fivemin] improve extractionremitamine2016-03-041-21/+30
| | | | | | | - 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)
* [5min] extract more video info and formatsremitamine2015-10-141-13/+71
| | | | Closes #7124.
* [5min] Cover joystiq.com URLs (Closes #4962)Sergey M․2015-02-191-0/+1
|
* [5min] Remove helper method and modernizePhilipp Hagemeister2014-12-131-10/+5
| | | | 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.
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* [5min] Raise an error if the 'success' field is FalseJaime Marquínez Ferrándiz2014-04-291-2/+11
| | | | For example for georestricted videos.
* [fivemin] Get the 'sid' from the embed page (fixes #2745)Jaime Marquínez Ferrándiz2014-04-151-11/+34
| | | | It allows to download some videos that failed.
* Add extractor for Engadget and 5min (closes #2465)Jaime Marquínez Ferrándiz2014-03-211-0/+56
engadget.com uses the generic 5min.com service.