summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [npo] Compound titleSergey M․2015-07-171-5/+10
|
* [npo] Remove unused importsSergey M․2015-07-171-5/+0
|
* [vpro] Improve playlist extractionSergey M․2015-07-171-1/+10
|
* [npo] Allow missing descriptionSergey M․2015-07-171-1/+1
|
* [npo] Prefer aflevering_titel over titelSergey M․2015-07-171-2/+4
|
* [vpro] Fix extraction and add support for vpro playlistsSergey M․2015-07-172-11/+26
|
* [wnl] Add extractor for omroepwnl playlistsSergey M․2015-07-172-6/+40
|
* [npo] Update testSergey M․2015-07-161-1/+1
|
* [npo] Add support for omroepwnl fragmentsSergey M․2015-07-161-1/+33
|
* [npo] Extend _VALID_URL to support ntr.nl (Closes #6248)Sergey M․2015-07-161-2/+15
|
* Merge pull request #6242 from dstftw/f4m-improvementsSergey M.2015-07-162-13/+27
|\ | | | | [f4m] Improvements
| * [prosiebensat1] Clarify test purposeSergey M․2015-07-161-0/+5
| |
| * [extractor/common] Keep going in some media_url is missingSergey M․2015-07-161-1/+3
| |
| * [prosiebensat1] Use generic f4m manifest extractionSergey M․2015-07-161-10/+3
| |
| * [extractor/common] Recursively extract child f4m manifestsSergey M․2015-07-161-0/+8
| |
| * [extractor/common] Properly handle full URLsSergey M․2015-07-161-2/+4
| |
| * [extractor/common] Handle malformed f4m manifestsSergey M․2015-07-161-1/+5
|/
* [prosiebensat1] Fix extraction (Closes #6215)Sergey M․2015-07-151-4/+15
|
* [README.md] Clarify authentication with .netrc fileSergey M.2015-07-151-0/+20
|
* [dfb] Extract formatsSergey M․2015-07-151-2/+2
|
* [dfb] Extract display_id and modernizeSergey M․2015-07-141-5/+10
|
* [dfb] Update testSergey M․2015-07-141-4/+4
|
* [jeuxvideo] Relax _VALID_URL (fixes #6230)Jaime Marquínez Ferrándiz2015-07-141-3/+6
|
* [udemy] Remove superfluous fieldSergey M․2015-07-141-1/+0
|
* [udemy] Fix authentication (Closes #6224)Sergey M․2015-07-141-14/+20
|
* [extractor/common] Add _form_hidden_inputsSergey M․2015-07-141-0/+6
|
* [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputsSergey M․2015-07-1411-14/+21
|
* [postprocessor/ffmpeg] Don't use '[youtube] ...' in messagesJaime Marquínez Ferrándiz2015-07-141-1/+1
| | | | Because it can be used for other extractors.
* [dailymotion] Extract duration (closes #6221)cazulu2015-07-141-0/+2
|
* [dramafever] Extract srt (Closes #6207)Sergey M․2015-07-141-15/+34
|
* [myspass] Fix extraction (closes #6206)Yen Chi Hsuan2015-07-141-1/+2
|
* Credit Bernhard Minks for nowtv patchSergey M․2015-07-131-0/+1
|
* [nowtv] Fix extraction (Closes #6169)Sergey M․2015-07-131-1/+1
|
* [rds] Improve _VALID_URLSergey M․2015-07-121-3/+6
|
* Merge branch 'fstirlitz-rdsca'Sergey M․2015-07-122-0/+71
|\
| * [rds] ImproveSergey M․2015-07-123-51/+71
| |
| * Merge branch 'rdsca' of https://github.com/fstirlitz/youtube-dl into ↵Sergey M․2015-07-122-0/+51
|/| | | | | | | fstirlitz-rdsca
| * [rdsca] New extractorfelix2015-07-112-0/+51
| |
* | [nrk:tv] Add format id prefixesSergey M․2015-07-121-2/+3
| |
* | [nrk:tv] Add support for radio URLs (Closes #6200)Sergey M․2015-07-121-1/+6
| |
* | [onionstudios] Fix extractionSergey M․2015-07-121-8/+10
| |
* | Credit @aurium for avi recode and postprocessort args (#5942)Sergey M․2015-07-111-0/+1
| |
* | Merge branch 'aurium-master'Sergey M․2015-07-116-6/+32
|\ \ | |/ |/|
| * Handle postprocessor_args similarly to external_downloader_argsSergey M․2015-07-111-1/+4
| |
| * [postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractorsSergey M․2015-07-111-5/+7
| |
| * [postprocessor/common] Improve postprocessor args fetching and clarify docSergey M․2015-07-111-3/+11
| |
| * Revert xvid to avi and make docs to be similar to existing external ↵Sergey M․2015-07-115-12/+11
| | | | | | | | downloader option
| * Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․2015-07-116-7/+21
|/|
| * Simplify `postprocessor_args` transmission to PP base classAurélio A. Heckert2015-07-013-8/+7
| | | | | | | | | | * Remove `extra_cmd_args` transmission from sub to super class. * Simplify params transmission through `downloader.params`.
| * Rename --pp-params to --postprocessor-args and access value as super class ↵Aurélio A. Heckert2015-06-306-17/+14
| | | | | | | | attribute