Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#3811)
|
|
|
|
|
|
|
|
|
|
in #3176)
|
|
|
|
|
|
|
|
|
|
And extract the title from the url last path component.
|
|
|
|
|
|
|
|
[tube8] Improved regex
|
|
|
|
|
|
Example video "http://www.divxstage.eu/video/930c52709d2" which gets redirected to .to TLD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #3707 again.
No test cases because I don't know what urls to use that won't be turned
into public eventually (as it happened with the first one in that
ticket)
|
|
|
|
* Use raw strings (r'foo') for regular expressions (enables highlighting and avoids some errors).
* title is always true-ish
|
|
|
|
|
|
|
|
|
|
single quotes (fixes #3770)
See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/.
|
|
|
|
|
|
|
|
This is now implemented generic in YoutubeDL.urlopen
|