about summary refs log tree commit diff
path: root/youtube_dl/extractor/urort.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-3/+3
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [urort] Update to new multi-format protocolPhilipp Hagemeister2014-12-121-15/+22
|
* [urort] ModernizePhilipp Hagemeister2014-12-121-3/+1
|
* [urort] Add datePhilipp Hagemeister2014-03-271-0/+4
|
* [urort] Add extractor (Fixes #2634)Philipp Hagemeister2014-03-271-0/+57