Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#3811)
|
|
|
|
|
|
|
|
|
|
|
|
in #3176)
|
|
|
|
|
|
|
|
urls query (fixes #3176)
It's used in some akamai videos (for example for theplatform.com).
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|