summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge pull request #3283 from MikeCol/redtube_thumb_newJaime Marquínez Ferrándiz2014-07-171-3/+1
| |\ \ \ \ | | | | | | | | | | | | Redtube changed player config, new place to get thumb URL
| | * | | | Redtube changed player config, new place to get thumb URLMikeCol2014-07-171-3/+1
| |/ / / /
| * | | | [dfb] Add extractor (closes #3280)Jaime Marquínez Ferrándiz2014-07-172-0/+45
| | | | |
| * | | | [adultswim] The bitrate must be an integer or None (reported in #2952)Jaime Marquínez Ferrándiz2014-07-171-1/+2
| | | | |
| * | | | [adultswim] Simplify (closes #2952)Jaime Marquínez Ferrándiz2014-07-171-3/+1
| | | | |
| * | | | Merge remote-tracking branch 'adammw/adultswim'Jaime Marquínez Ferrándiz2014-07-172-0/+141
| |\ \ \ \
| | * | | | [adultswim] Fix testsAdam Malcontenti-Wilson2014-05-191-6/+46
| | | | | |
| | * | | | [adultswim] Add new extractorAdam Malcontenti-Wilson2014-05-192-0/+101
| | | | | |
| * | | | | [comedycentral] Only recognize the cc.com domainJaime Marquínez Ferrándiz2014-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The old comedycentral.com urls redirect to the new urls.
| * | | | | [comedycentral] Recognize 'full-episodes' urls (fixes #3277)Jaime Marquínez Ferrándiz2014-07-161-1/+1
| | | | | |
| * | | | | [rtbf] Fix data video regexSergey M․2014-07-171-1/+1
| | | | | |
* | | | | | [MLB] Enhanced _VALID_URL to cover more MLB videosCharles Chen2014-07-221-1/+15
|/ / / / /
* | | / / Credit @chaochichen for mlb (#3252)Sergey M․2014-07-161-0/+1
| |_|/ / |/| | |
* | | | Merge branch 'chaochichen-MLB'Sergey M․2014-07-162-0/+103
|\ \ \ \ | |_|_|/ |/| | |
| * | | [mlb] Extract more metadata and all formats, provide more testsSergey M․2014-07-162-53/+81
| | | |
| * | | Merge branch 'MLB' of https://github.com/chaochichen/youtube-dl into ↵Sergey M․2014-07-162-0/+75
|/| | | | | | | | | | | | | | | chaochichen-MLB
| * | | Switched to use media detail XML to extract video URLCharles Chen2014-07-151-25/+32
| | | |
| * | | [MLB] Add new extractorCharles Chen2014-07-142-0/+68
| | | |
* | | | release 2014.07.15Philipp Hagemeister2014-07-151-1/+1
| | | |
* | | | [youtube & jsinterp] Fix signature extraction (fixes #3255)Jaime Marquínez Ferrándiz2014-07-152-3/+43
| |_|/ |/| | | | | | | | Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace.
* | | [tutv] Replace 404 test and modernizeSergey M․2014-07-151-11/+10
| | |
* | | [soundcloud] Replace 404 testSergey M․2014-07-151-8/+8
| | |
* | | Fix utils.strip_jsonpFilippo Valsorda2014-07-141-1/+1
| | |
* | | [pyvideo] Fix title extractionSergey M․2014-07-141-1/+1
| | |
* | | [tlc.de] If the url contains a fragment, use if in the iframe url (reported ↵Jaime Marquínez Ferrándiz2014-07-131-0/+5
| | | | | | | | | | | | | | | | | | in #2748) The fragment is used in the webpage for selecting different videos.
* | | rename southparkstudios.py to southpark.pyJaime Marquínez Ferrándiz2014-07-132-7/+7
| | | | | | | | | | | | And make the extractor only recognize southpark.cc.com urls, the old urls are redirected.
* | | Merge remote-tracking branch 'adammw/southpark'Jaime Marquínez Ferrándiz2014-07-132-2/+5
|\ \ \
| * | | Update testAdam Malcontenti-Wilson2014-07-131-1/+1
| | | |
| * | | Test for colon in mgidAdam Malcontenti-Wilson2014-07-131-0/+3
| | | |
| * | | Add southpark.cc.com to southpark IEAdam Malcontenti-Wilson2014-07-131-1/+1
|/ / /
* | | [ReverbNation] Add new IE - closes #2250Filippo Valsorda2014-07-133-1/+47
| | |
* | | [ruhd] Add extractorSergey M․2014-07-132-0/+47
| | |
* | | [ndr] Replace 404 testSergey M․2014-07-121-6/+6
| | |
* | | [firedrive] SimplifyPhilipp Hagemeister2014-07-121-9/+11
| | |
* | | Credit @naglis for firedrive (#3242)Philipp Hagemeister2014-07-121-0/+1
| | |
* | | [firedrive] Add new extractor. Addresses #3095Naglis Jonaitis2014-07-122-0/+82
|/ /
* | [screencast] Add one more format and improve title extractionSergey M․2014-07-111-1/+18
| |
* | [gorillavid] Fix embedded videos extractionSergey M․2014-07-111-3/+4
| |
* | release 2014.07.11.3Philipp Hagemeister2014-07-112-2/+2
| |
* | [youtube] Update nosubtitles testSergey M․2014-07-111-1/+1
| |
* | [vine:user] Update testSergey M․2014-07-111-1/+1
| |
* | Update supported formats for the --recode-video option (#3228)Jaime Marquínez Ferrándiz2014-07-111-1/+1
| |
* | [screencast] Add suppot for more video types (#3236)Philipp Hagemeister2014-07-112-13/+60
| |
* | release 2014.07.11.2Philipp Hagemeister2014-07-111-1/+1
| |
* | [screencast] Add new extractor (Fixes #3236)Philipp Hagemeister2014-07-112-0/+49
| |
* | [criterion] Simplify and modernizePhilipp Hagemeister2014-07-111-24/+27
| |
* | release 2014.07.11.1Philipp Hagemeister2014-07-111-1/+1
| |
* | Credit @tobidope for gameone (#2941)Philipp Hagemeister2014-07-111-0/+1
| |
* | [gameone] Sort formatsPhilipp Hagemeister2014-07-111-0/+1
| |
* | Merge remote-tracking branch 'tobidope/gameone'Philipp Hagemeister2014-07-113-3/+93
|\ \