Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'MLB' of https://github.com/chaochichen/youtube-dl into ↵ | Sergey M․ | 2014-07-16 | 2 | -0/+75 |
|\ | | | | | | | chaochichen-MLB | ||||
| * | Switched to use media detail XML to extract video URL | Charles Chen | 2014-07-15 | 1 | -25/+32 |
| | | |||||
| * | [MLB] Add new extractor | Charles Chen | 2014-07-14 | 2 | -0/+68 |
| | | |||||
* | | release 2014.07.15 | Philipp Hagemeister | 2014-07-15 | 1 | -1/+1 |
| | | |||||
* | | [youtube & jsinterp] Fix signature extraction (fixes #3255) | Jaime Marquínez Ferrándiz | 2014-07-15 | 2 | -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 modernize | Sergey M․ | 2014-07-15 | 1 | -11/+10 |
| | | |||||
* | | [soundcloud] Replace 404 test | Sergey M․ | 2014-07-15 | 1 | -8/+8 |
| | | |||||
* | | Fix utils.strip_jsonp | Filippo Valsorda | 2014-07-14 | 1 | -1/+1 |
| | | |||||
* | | [pyvideo] Fix title extraction | Sergey M․ | 2014-07-14 | 1 | -1/+1 |
| | | |||||
* | | [tlc.de] If the url contains a fragment, use if in the iframe url (reported ↵ | Jaime Marquínez Ferrándiz | 2014-07-13 | 1 | -0/+5 |
| | | | | | | | | | | | | in #2748) The fragment is used in the webpage for selecting different videos. | ||||
* | | rename southparkstudios.py to southpark.py | Jaime Marquínez Ferrándiz | 2014-07-13 | 2 | -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ándiz | 2014-07-13 | 2 | -2/+5 |
|\ \ | |||||
| * | | Update test | Adam Malcontenti-Wilson | 2014-07-13 | 1 | -1/+1 |
| | | | |||||
| * | | Test for colon in mgid | Adam Malcontenti-Wilson | 2014-07-13 | 1 | -0/+3 |
| | | | |||||
| * | | Add southpark.cc.com to southpark IE | Adam Malcontenti-Wilson | 2014-07-13 | 1 | -1/+1 |
|/ / | |||||
* | | [ReverbNation] Add new IE - closes #2250 | Filippo Valsorda | 2014-07-13 | 3 | -1/+47 |
| | | |||||
* | | [ruhd] Add extractor | Sergey M․ | 2014-07-13 | 2 | -0/+47 |
| | | |||||
* | | [ndr] Replace 404 test | Sergey M․ | 2014-07-12 | 1 | -6/+6 |
| | | |||||
* | | [firedrive] Simplify | Philipp Hagemeister | 2014-07-12 | 1 | -9/+11 |
| | | |||||
* | | Credit @naglis for firedrive (#3242) | Philipp Hagemeister | 2014-07-12 | 1 | -0/+1 |
| | | |||||
* | | [firedrive] Add new extractor. Addresses #3095 | Naglis Jonaitis | 2014-07-12 | 2 | -0/+82 |
|/ | |||||
* | [screencast] Add one more format and improve title extraction | Sergey M․ | 2014-07-11 | 1 | -1/+18 |
| | |||||
* | [gorillavid] Fix embedded videos extraction | Sergey M․ | 2014-07-11 | 1 | -3/+4 |
| | |||||
* | release 2014.07.11.3 | Philipp Hagemeister | 2014-07-11 | 2 | -2/+2 |
| | |||||
* | [youtube] Update nosubtitles test | Sergey M․ | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | [vine:user] Update test | Sergey M․ | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | Update supported formats for the --recode-video option (#3228) | Jaime Marquínez Ferrándiz | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | [screencast] Add suppot for more video types (#3236) | Philipp Hagemeister | 2014-07-11 | 2 | -13/+60 |
| | |||||
* | release 2014.07.11.2 | Philipp Hagemeister | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | [screencast] Add new extractor (Fixes #3236) | Philipp Hagemeister | 2014-07-11 | 2 | -0/+49 |
| | |||||
* | [criterion] Simplify and modernize | Philipp Hagemeister | 2014-07-11 | 1 | -24/+27 |
| | |||||
* | release 2014.07.11.1 | Philipp Hagemeister | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | Credit @tobidope for gameone (#2941) | Philipp Hagemeister | 2014-07-11 | 1 | -0/+1 |
| | |||||
* | [gameone] Sort formats | Philipp Hagemeister | 2014-07-11 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'tobidope/gameone' | Philipp Hagemeister | 2014-07-11 | 3 | -3/+93 |
|\ | |||||
| * | [gameone] Fix indentation and removed unused constants | Tobias Bell | 2014-05-19 | 1 | -10/+20 |
| | | |||||
| * | [gameone] Added timestamp extraction | Tobias Bell | 2014-05-17 | 2 | -6/+14 |
| | | |||||
| * | [gameone] Added extraction of age_limit | Tobias Bell | 2014-05-17 | 1 | -0/+3 |
| | | |||||
| * | [gameone] Simplified extraction of description | Tobias Bell | 2014-05-17 | 1 | -10/+2 |
| | | |||||
| * | [gameone] Added extraction of description and fixed failing tests | Tobias Bell | 2014-05-17 | 1 | -1/+13 |
| | | |||||
| * | [gameone] Added explanation for usage of http://cdn.riptide-mtvn.com/ | Tobias Bell | 2014-05-17 | 1 | -0/+2 |
| | | |||||
| * | [gameone] Add new extractor gameone | Tobias Bell | 2014-05-17 | 2 | -0/+63 |
| | | | | | | | | | | Currently only usable for downloading tv episodes residing under http://www.gameone.de/tv/ | ||||
* | | Credit @adammw for tenplay (#2954) | Philipp Hagemeister | 2014-07-11 | 1 | -0/+1 |
| | | |||||
* | | [tenplay] PEP8 | Philipp Hagemeister | 2014-07-11 | 1 | -8/+20 |
| | | |||||
* | | Merge remote-tracking branch 'adammw/tenplay' | Philipp Hagemeister | 2014-07-11 | 2 | -0/+73 |
|\ \ | |||||
| * | | [tenplay] Add new extractor | Adam Malcontenti-Wilson | 2014-05-19 | 2 | -0/+73 |
| | | | |||||
* | | | Credit @irtusb for vimple (#3073) | Philipp Hagemeister | 2014-07-11 | 1 | -0/+1 |
| | | | |||||
* | | | [vimple] Simplify and PEP8 | Philipp Hagemeister | 2014-07-11 | 1 | -9/+9 |
| | | | |||||
* | | | [vodlocker] Remove unused imports | Philipp Hagemeister | 2014-07-11 | 1 | -2/+0 |
| | | | |||||
* | | | [vimple] Do not fail if duration is missing | Philipp Hagemeister | 2014-07-11 | 1 | -1/+3 |
| | | |