Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [extractor/common] Properly handle full URLs | Sergey M․ | 2015-07-16 | 1 | -2/+4 | |
| | | | ||||||
| * | | [extractor/common] Handle malformed f4m manifests | Sergey M․ | 2015-07-16 | 1 | -1/+5 | |
|/ / | ||||||
* | | [prosiebensat1] Fix extraction (Closes #6215) | Sergey M․ | 2015-07-15 | 1 | -4/+15 | |
| | | ||||||
* | | [README.md] Clarify authentication with .netrc file | Sergey M. | 2015-07-15 | 1 | -0/+20 | |
| | | ||||||
* | | [dfb] Extract formats | Sergey M․ | 2015-07-15 | 1 | -2/+2 | |
| | | ||||||
* | | [dfb] Extract display_id and modernize | Sergey M․ | 2015-07-14 | 1 | -5/+10 | |
| | | ||||||
* | | [dfb] Update test | Sergey M․ | 2015-07-14 | 1 | -4/+4 | |
| | | ||||||
* | | [jeuxvideo] Relax _VALID_URL (fixes #6230) | Jaime Marquínez Ferrándiz | 2015-07-14 | 1 | -3/+6 | |
| | | ||||||
* | | [udemy] Remove superfluous field | Sergey M․ | 2015-07-14 | 1 | -1/+0 | |
| | | ||||||
* | | [udemy] Fix authentication (Closes #6224) | Sergey M․ | 2015-07-14 | 1 | -14/+20 | |
| | | ||||||
* | | [extractor/common] Add _form_hidden_inputs | Sergey M․ | 2015-07-14 | 1 | -0/+6 | |
| | | ||||||
* | | [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs | Sergey M․ | 2015-07-14 | 11 | -14/+21 | |
| | | ||||||
* | | [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages | Jaime Marquínez Ferrándiz | 2015-07-14 | 1 | -1/+1 | |
| | | | | | | | | Because it can be used for other extractors. | |||||
* | | [dailymotion] Extract duration (closes #6221) | cazulu | 2015-07-14 | 1 | -0/+2 | |
| | | ||||||
* | | [dramafever] Extract srt (Closes #6207) | Sergey M․ | 2015-07-14 | 1 | -15/+34 | |
| | | ||||||
* | | [myspass] Fix extraction (closes #6206) | Yen Chi Hsuan | 2015-07-14 | 1 | -1/+2 | |
| | | ||||||
* | | Credit Bernhard Minks for nowtv patch | Sergey M․ | 2015-07-13 | 1 | -0/+1 | |
| | | ||||||
* | | [nowtv] Fix extraction (Closes #6169) | Sergey M․ | 2015-07-13 | 1 | -1/+1 | |
| | | ||||||
* | | [rds] Improve _VALID_URL | Sergey M․ | 2015-07-12 | 1 | -3/+6 | |
| | | ||||||
* | | Merge branch 'fstirlitz-rdsca' | Sergey M․ | 2015-07-12 | 2 | -0/+71 | |
|\ \ | ||||||
| * | | [rds] Improve | Sergey M․ | 2015-07-12 | 3 | -51/+71 | |
| | | | ||||||
| * | | Merge branch 'rdsca' of https://github.com/fstirlitz/youtube-dl into ↵ | Sergey M․ | 2015-07-12 | 2 | -0/+51 | |
|/| | | | | | | | | | | | fstirlitz-rdsca | |||||
| * | | [rdsca] New extractor | felix | 2015-07-11 | 2 | -0/+51 | |
| | | | ||||||
* | | | [nrk:tv] Add format id prefixes | Sergey M․ | 2015-07-12 | 1 | -2/+3 | |
| | | | ||||||
* | | | [nrk:tv] Add support for radio URLs (Closes #6200) | Sergey M․ | 2015-07-12 | 1 | -1/+6 | |
| | | | ||||||
* | | | [onionstudios] Fix extraction | Sergey M․ | 2015-07-12 | 1 | -8/+10 | |
| | | | ||||||
* | | | Credit @aurium for avi recode and postprocessort args (#5942) | Sergey M․ | 2015-07-11 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge branch 'aurium-master' | Sergey M․ | 2015-07-11 | 6 | -6/+32 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Handle postprocessor_args similarly to external_downloader_args | Sergey M․ | 2015-07-11 | 1 | -1/+4 | |
| | | | ||||||
| * | | [postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractors | Sergey M․ | 2015-07-11 | 1 | -5/+7 | |
| | | | ||||||
| * | | [postprocessor/common] Improve postprocessor args fetching and clarify doc | Sergey M․ | 2015-07-11 | 1 | -3/+11 | |
| | | | ||||||
| * | | Revert xvid to avi and make docs to be similar to existing external ↵ | Sergey M․ | 2015-07-11 | 5 | -12/+11 | |
| | | | | | | | | | | | | downloader option | |||||
| * | | Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master | Sergey M․ | 2015-07-11 | 6 | -7/+21 | |
|/| | | ||||||
| * | | Simplify `postprocessor_args` transmission to PP base class | Aurélio A. Heckert | 2015-07-01 | 3 | -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. Heckert | 2015-06-30 | 6 | -17/+14 | |
| | | | | | | | | | | | | attribute | |||||
| * | | Use shlex.split for --pp-params and update related docs. | Aurélio A. Heckert | 2015-06-16 | 5 | -6/+10 | |
| | | | ||||||
| * | | Adds support for XviD output with extra parametrization | Aurélio A. Heckert | 2015-06-09 | 4 | -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 error | Sergey M․ | 2015-07-11 | 1 | -0/+3 | |
| | | | ||||||
* | | | [vk] Add list id to info_url | Sergey M․ | 2015-07-11 | 1 | -1/+21 | |
| | | | ||||||
* | | | Merge branch 'dufferzafar-webofstories' | Sergey M․ | 2015-07-11 | 2 | -1/+45 | |
|\ \ \ | ||||||
| * | | | [webofstories:playlist] Improve and add test | Sergey M․ | 2015-07-11 | 1 | -8/+24 | |
| | | | | ||||||
| * | | | Merge branch 'webofstories' of https://github.com/dufferzafar/youtube-dl ↵ | Sergey M․ | 2015-07-11 | 2 | -1/+29 | |
| |\ \ \ | | | | | | | | | | | | | | | | into dufferzafar-webofstories | |||||
| | * | | | Added a Playlist Info Extractor for WebOfStories | Shadab Zafar | 2015-06-26 | 2 | -1/+29 | |
| | | | | | ||||||
* | | | | | Remove unused 're' imports | Jaime Marquínez Ferrándiz | 2015-07-10 | 3 | -5/+0 | |
| | | | | | ||||||
* | | | | | [qqmusic] Add more localized names | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | [neteasemusic] Add more localized names | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | [kuwo] Add more localized names | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | [youku] Add localized name | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [yinyuetai] Add localized name | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [yam] Add localized name | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+1 | |
| | | | | |