Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In the future, we may want to not only print something, but throw an error for untested properties.
|
|
|