summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
|\ \
| * | [gameone] Fix indentation and removed unused constantsTobias Bell2014-05-191-10/+20
| | |
| * | [gameone] Added timestamp extractionTobias Bell2014-05-172-6/+14
| | |
| * | [gameone] Added extraction of age_limitTobias Bell2014-05-171-0/+3
| | |
| * | [gameone] Simplified extraction of descriptionTobias Bell2014-05-171-10/+2
| | |
| * | [gameone] Added extraction of description and fixed failing testsTobias Bell2014-05-171-1/+13
| | |
| * | [gameone] Added explanation for usage of http://cdn.riptide-mtvn.com/Tobias Bell2014-05-171-0/+2
| | |
| * | [gameone] Add new extractor gameoneTobias Bell2014-05-172-0/+63
| | | | | | | | | | | | | | | Currently only usable for downloading tv episodes residing under http://www.gameone.de/tv/
* | | Credit @adammw for tenplay (#2954)Philipp Hagemeister2014-07-111-0/+1
| | |
* | | [tenplay] PEP8Philipp Hagemeister2014-07-111-8/+20
| | |
* | | Merge remote-tracking branch 'adammw/tenplay'Philipp Hagemeister2014-07-112-0/+73
|\ \ \
| * | | [tenplay] Add new extractorAdam Malcontenti-Wilson2014-05-192-0/+73
| | |/ | |/|
* | | Credit @irtusb for vimple (#3073)Philipp Hagemeister2014-07-111-0/+1
| | |
* | | [vimple] Simplify and PEP8Philipp Hagemeister2014-07-111-9/+9
| | |