aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nuvid.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-4/+5
| | | | | | | | · 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
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [nuvid] Adapt to latest layout changesSergey M․2014-08-221-8/+13
|
* [nuvid] Remove superfluous slashSergey M․2014-06-091-1/+1
|
* [nuvid] Improve extractionSergey M․2014-06-091-16/+37
|
* [nuvid] Fix video URL extractionSergey M․2014-05-271-1/+1
|
* [nuvid] Simplify (#2901)Philipp Hagemeister2014-05-131-25/+34
|
* [nuvid] Add new extractorhojel2014-05-121-0/+39