Age | Commit message (Collapse) | Author |
|
|
|
We're seeing quite a number of people who do not put a video file in the og:video field, but the player URL. Try to detect some of these and filter them out.
|
|
|
|
|
|
|
|
Conflicts:
youtube_dl/extractor/generic.py
|
|
|
|
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
|
|
|
|
This prevents users from submitting bug reports where they mistyped a URL, and prevents me from getting a weird video when holding shift and thus searching for :Tds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise it overwrittes the `mobj` variable.
|
|
Conflicts:
youtube_dl/extractor/generic.py
|
|
|
|
|
|
|
|
The `Request.get_origin_req_host` method was deprecated in 3.3, use the
`origin_req_host` property if it's not available, see http://docs.python.org/3.3/library/urllib.request.html#urllib.request.Request.get_origin_req_host.
|
|
|
|
|
|
|
|
|
|
|