aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-20[swfinterp] Add support for calling methods on objectsPhilipp Hagemeister
2014-07-20[swfinterp] Add support for calls to instance methodsPhilipp Hagemeister
2014-07-20[swfinterp] Add support for multiple classesPhilipp Hagemeister
2014-07-20[swfinterp] Extend tests and fix parsingPhilipp Hagemeister
2014-07-19[swfinterp] Start working on basic testsPhilipp Hagemeister
2014-07-18[youtube] Move swfinterp into its own filePhilipp Hagemeister
2014-07-18[youtube] Add support for classes in swf parserPhilipp Hagemeister
2014-07-17[youtube] SWF parser: Add opcode 86Philipp Hagemeister
Yes, I know we need 96, but an implementation of 86 could help avoid a similar issue.
2014-07-17Merge pull request #3289 from Reventl0v/patch-1Philipp Hagemeister
Fix the url in the INSTALLATION section
2014-07-17Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-07-17[npo] Fix the json extraction (fixes #3282)Jaime Marquínez Ferrándiz
The comment in the javascript file is not always the same.
2014-07-17Fix the url in the INSTALLATION sectionReventl0v
2014-07-17[youtube] Find more swf players (Closes #3270, refer #3271)Philipp Hagemeister
2014-07-17Merge pull request #3283 from MikeCol/redtube_thumb_newJaime Marquínez Ferrándiz
Redtube changed player config, new place to get thumb URL
2014-07-17Redtube changed player config, new place to get thumb URLMikeCol
2014-07-17[dfb] Add extractor (closes #3280)Jaime Marquínez Ferrándiz
2014-07-17[adultswim] The bitrate must be an integer or None (reported in #2952)Jaime Marquínez Ferrándiz
2014-07-17[adultswim] Simplify (closes #2952)Jaime Marquínez Ferrándiz
2014-07-17Merge remote-tracking branch 'adammw/adultswim'Jaime Marquínez Ferrándiz
2014-07-16[comedycentral] Only recognize the cc.com domainJaime Marquínez Ferrándiz
The old comedycentral.com urls redirect to the new urls.
2014-07-16[comedycentral] Recognize 'full-episodes' urls (fixes #3277)Jaime Marquínez Ferrándiz
2014-07-17[rtbf] Fix data video regexSergey M․
2014-07-16Credit @chaochichen for mlb (#3252)Sergey M․
2014-07-16Merge branch 'chaochichen-MLB'Sergey M․
2014-07-16[mlb] Extract more metadata and all formats, provide more testsSergey M․
2014-07-16Merge branch 'MLB' of https://github.com/chaochichen/youtube-dl into ↵Sergey M․
chaochichen-MLB
2014-07-15release 2014.07.152014.07.15Philipp Hagemeister
2014-07-15Switched to use media detail XML to extract video URLCharles Chen
2014-07-15[youtube & jsinterp] Fix signature extraction (fixes #3255)Jaime Marquínez Ferrándiz
Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace.
2014-07-15[tutv] Replace 404 test and modernizeSergey M․
2014-07-15[soundcloud] Replace 404 testSergey M․
2014-07-14[MLB] Add new extractorCharles Chen
2014-07-14Fix utils.strip_jsonpFilippo Valsorda
2014-07-14[pyvideo] Fix title extractionSergey M․
2014-07-13[tlc.de] If the url contains a fragment, use if in the iframe url (reported ↵Jaime Marquínez Ferrándiz
in #2748) The fragment is used in the webpage for selecting different videos.
2014-07-13rename southparkstudios.py to southpark.pyJaime Marquínez Ferrándiz
And make the extractor only recognize southpark.cc.com urls, the old urls are redirected.
2014-07-13Merge remote-tracking branch 'adammw/southpark'Jaime Marquínez Ferrándiz
2014-07-13Update testAdam Malcontenti-Wilson
2014-07-13Test for colon in mgidAdam Malcontenti-Wilson
2014-07-13Add southpark.cc.com to southpark IEAdam Malcontenti-Wilson
2014-07-13[ReverbNation] Add new IE - closes #2250Filippo Valsorda
2014-07-13[ruhd] Add extractorSergey M․
2014-07-12[ndr] Replace 404 testSergey M․
2014-07-12[firedrive] SimplifyPhilipp Hagemeister
2014-07-12Credit @naglis for firedrive (#3242)Philipp Hagemeister
2014-07-12[firedrive] Add new extractor. Addresses #3095Naglis Jonaitis
2014-07-11[screencast] Add one more format and improve title extractionSergey M․
2014-07-11[gorillavid] Fix embedded videos extractionSergey M․
2014-07-11release 2014.07.11.32014.07.11.3Philipp Hagemeister
2014-07-11[youtube] Update nosubtitles testSergey M․