summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [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
| * | Use shlex.split for --pp-params and update related docs.Aurélio A. Heckert2015-06-165-6/+10
| | |
| * | Adds support for XviD output with extra parametrizationAurélio A. Heckert2015-06-094-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the "LG Time Machine" (a (not so) smart TV) has a limitation for video dimensions (as for codecs), I take to implement an extra parameter `--pp-params` where we can send extra parameterization for the video converter (post-processor). Example: ``` $ youtube-dl --recode-video=xvid --pp-params='-s 720x480' -c https://www.youtube.com/watch?v=BE7Qoe2ZiXE ``` That works fine on a 4yo LG Time Machine. Closes #5733
* | | [vk] Handle access denied errorSergey M․2015-07-111-0/+3
| | |
* | | [vk] Add list id to info_urlSergey M․2015-07-111-1/+21
| | |
* | | Merge branch 'dufferzafar-webofstories'Sergey M․2015-07-112-1/+45
|\ \ \
| * | | [webofstories:playlist] Improve and add testSergey M․2015-07-111-8/+24
| | | |
| * | | Merge branch 'webofstories' of https://github.com/dufferzafar/youtube-dl ↵Sergey M․2015-07-112-1/+29
| |\ \ \ | | | | | | | | | | | | | | | into dufferzafar-webofstories
| | * | | Added a Playlist Info Extractor for WebOfStoriesShadab Zafar2015-06-262-1/+29
| | | | |
* | | | | Remove unused 're' importsJaime Marquínez Ferrándiz2015-07-103-5/+0
| | | | |
* | | | | [qqmusic] Add more localized namesYen Chi Hsuan2015-07-111-0/+4
| | | | |
* | | | | [neteasemusic] Add more localized namesYen Chi Hsuan2015-07-111-0/+6
| | | | |
* | | | | [kuwo] Add more localized namesYen Chi Hsuan2015-07-111-0/+5
| | | | |
* | | | | [youku] Add localized nameYen Chi Hsuan2015-07-111-0/+1
| | | | |
* | | | | [yinyuetai] Add localized nameYen Chi Hsuan2015-07-111-0/+1
| | | | |
* | | | | [yam] Add localized nameYen Chi Hsuan2015-07-111-0/+1
| | | | |
* | | | | [xuite] Add localized nameYen Chi Hsuan2015-07-111-0/+1
| | | | |