aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/fourtube.py
AgeCommit message (Collapse)Author
2015-10-08[4tube] Try extracting sources from the webpage before fetching player.js ↵Sergey M․
(Closes #7103)
2015-10-08[4tube] Revert uploader regexes and make non fatalSergey M․
2015-10-08[4tube] Style and make more robustSergey M․
2015-10-08Fixed 4tube.com extractor to pull metadata from associated Javascript and ↵kitty
not the HTML of the desired page.
2015-08-08[24video] Fix testSergey M․
2015-01-16[fourtube] Fix extractionPhilipp Hagemeister
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-23Fix all PEP8 issues except E501Philipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-03-03[4tube] Fix importSergey M․
2014-02-17[4tube] Minor changes and extract more metadataSergey M.
2014-02-16Add support for 4tube.com.Michael Kaiser