Age | Commit message (Collapse) | Author |
|
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
|
|
- 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)
|
|
Closes #7124.
|
|
|
|
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.
|
|
|
|
For example for georestricted videos.
|
|
It allows to download some videos that failed.
|
|
engadget.com uses the generic 5min.com service.
|