aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/myspass.py
AgeCommit message (Collapse)Author
2019-11-04[myspass] fix video URL extraction and improve metadata extraction(closes ↵Remita Amine
#22448)
2016-09-14Improve some _VALID_URLsstepshal
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-02-14[refactor] Single quotes consistencySergey M․
2015-07-14[myspass] Fix extraction (closes #6206)Yen Chi Hsuan
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-12[myspass] Modernize test casePhilipp Hagemeister
2014-01-29[myspass] Simplify and use unicode_literalsJaime Marquínez Ferrándiz
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[myspass] Move into own file and default to mp4 extPhilipp Hagemeister