aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/novamov.py
AgeCommit message (Collapse)Author
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-11-23PEP8 appliedJouke Waleson
2014-04-05[novamov] SimplifySergey M․
2014-04-05[novamov] Improve _VALID_URLSergey M․
2014-02-24[novamov] Generalize extractorSergey M.
2014-02-24[novamov] Improve _VALID_URLSergey M.
2014-01-22[novamov] Skip testsPhilipp Hagemeister
2014-01-08[novamov] Add embedded player supportdst
2014-01-08[novamov] SimplifyPhilipp Hagemeister
2014-01-07[novamov] Add support for novamov.com (Fixes #2035)dst