aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/myspass.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [refactor] Single quotes consistencySergey M․2016-02-141-2/+2
|
* [myspass] Fix extraction (closes #6206)Yen Chi Hsuan2015-07-141-1/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-2/+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
* [myspass] Modernize test casePhilipp Hagemeister2014-11-121-1/+2
|
* [myspass] Simplify and use unicode_literalsJaime Marquínez Ferrándiz2014-01-291-14/+13
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+1
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* [myspass] Move into own file and default to mp4 extPhilipp Hagemeister2013-06-231-0/+64