aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/noco.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-28[noco] Add support for multi language videos (Closes #4326)Sergey M․
2014-11-23PEP8 appliedJouke Waleson
2014-09-23[noco] Encode before passing to hashlib.md5 (Closes #3816)Sergey M․
2014-09-21[noco] Adapt to API v1.1 (Closes #3797)Sergey M
2014-09-10[noco] Add authenticate support (Closes #3706)Sergey M․
2014-06-20[noco] Switch to HTTPS (Closes #3116)Sergey M․
2014-05-13[noco] Skip testSergey M․
2014-04-18[noco] Fix test description md5Sergey M․
2014-04-18[noco] Add support for noco.tv (Closes #2712)Sergey M․