Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Document how to group format selectors | Jaime Marquínez Ferrándiz | 2015-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | [README.md] Clarify using cookies | Sergey M. | 2015-08-03 | 1 | -0/+6 | |
| | | ||||||
* | | README: fix a typo | Jakub Wilk | 2015-07-20 | 1 | -1/+1 | |
| | | ||||||
* | | [README.md] Clarify authentication with .netrc file | Sergey M. | 2015-07-15 | 1 | -0/+20 | |
| | | ||||||
* | | Revert xvid to avi and make docs to be similar to existing external ↵ | Sergey M․ | 2015-07-11 | 1 | -2/+2 | |
| | | | | | | | | downloader option | |||||
* | | Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master | Sergey M․ | 2015-07-11 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Rename --pp-params to --postprocessor-args and access value as super class ↵ | Aurélio A. Heckert | 2015-06-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | attribute | |||||
| * | | Use shlex.split for --pp-params and update related docs. | Aurélio A. Heckert | 2015-06-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Adds support for XviD output with extra parametrization | Aurélio A. Heckert | 2015-06-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | release 2015.07.04 | Philipp Hagemeister | 2015-07-04 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | release 2015.06.25 | Philipp Hagemeister | 2015-06-25 | 1 | -0/+1 | |
| | | ||||||
* | | [README.md] Fix typo | Sergey M. | 2015-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | release 2015.06.15 | Philipp Hagemeister | 2015-06-15 | 1 | -2/+2 | |
|/ | ||||||
* | release 2015.05.29 | Philipp Hagemeister | 2015-05-29 | 1 | -2/+2 | |
| | ||||||
* | [README.md] Keep more idiomatic rwx order | Sergey M. | 2015-05-24 | 1 | -2/+2 | |
| | ||||||
* | chmod error | WassimAttar | 2015-05-24 | 1 | -2/+2 | |
| | | | | | | | | | After installing youtube-dl with this method sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+xr /usr/local/bin/youtube-dl When i try to use it, i get this error python: can't open file '/usr/local/bin/youtube-dl': [Errno 13] Permission denied The correct chmod is a+xr | |||||
* | [README.md] Fix typo | Sergey M. | 2015-05-08 | 1 | -1/+1 | |
| | ||||||
* | [README.md] Clarify format selection when streaming to stdout | Sergey M. | 2015-05-08 | 1 | -1/+1 | |
| | ||||||
* | release 2015.05.03 | Philipp Hagemeister | 2015-05-03 | 1 | -1/+1 | |
| | ||||||
* | Add ability to embed subtitles in mkv files (closes #5434) | Nikoli | 2015-05-01 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #5523 from jaimeMF/remove-format-limit | Sergey M. | 2015-04-27 | 1 | -3/+2 | |
|\ | | | | | Remove the --max-quality option | |||||
| * | README: remove --max-quality | Jaime Marquínez Ferrándiz | 2015-04-25 | 1 | -3/+2 | |
| | | ||||||
* | | [README] Use youtube-dl test video URL | Sergey M. | 2015-04-27 | 1 | -4/+4 | |
| | | ||||||
* | | [README] Document special characters escaping (#5538) | Sergey M. | 2015-04-27 | 1 | -0/+16 | |
| | | ||||||
* | | [README] Clarify youtube-dl version when format selection changed to ↵ | Sergey M․ | 2015-04-27 | 1 | -2/+2 | |
|/ | | | | bestvideo+bestaudio/best | |||||
* | [README] Finally fix configuration file link | Sergey M․ | 2015-04-24 | 1 | -1/+1 | |
| | ||||||
* | [README] Fix configuration file link and typo | Sergey M․ | 2015-04-24 | 1 | -2/+2 | |
| | ||||||
* | [README] Document on how to enable old format selection behavior (#5510, #5511) | Sergey M․ | 2015-04-24 | 1 | -1/+3 | |
| | ||||||
* | README: document bestvideo+bestaudio/best (#5447) | Jaime Marquínez Ferrándiz | 2015-04-19 | 1 | -0/+2 | |
| | ||||||
* | Move the documentation for the `--format` option to the manpage | Jaime Marquínez Ferrándiz | 2015-04-19 | 1 | -10/+9 | |
| | | | | It's too big for beeing embedded in the help message and it's easier to edit in the markdown file. | |||||
* | release 2015.04.09 | Philipp Hagemeister | 2015-04-09 | 1 | -97/+97 | |
| | ||||||
* | release 2015.03.15 | Philipp Hagemeister | 2015-03-15 | 1 | -0/+3 | |
| | ||||||
* | [YoutubeDL] Check for bytes instead of unicode output templates (#5192) | Philipp Hagemeister | 2015-03-13 | 1 | -0/+2 | |
| | | | | Also adapt the embedding examples for those poor souls still using 2.x. | |||||
* | release 2015.03.09 | Philipp Hagemeister | 2015-03-09 | 1 | -1/+1 | |
| | ||||||
* | [README] Better bug reporting instructions | Philipp Hagemeister | 2015-03-09 | 1 | -1/+15 | |
| | | | | Also address private emails which I get more and more these days. | |||||
* | release 2015.03.03.1 | Philipp Hagemeister | 2015-03-03 | 1 | -0/+2 | |
| | ||||||
* | release 2015.03.03 | Philipp Hagemeister | 2015-03-03 | 1 | -293/+118 | |
| | ||||||
* | [README] Document HTTP 429 (Closes #5092) | Philipp Hagemeister | 2015-03-01 | 1 | -0/+4 | |
| | ||||||
* | release 2015.02.28 | Philipp Hagemeister | 2015-02-28 | 1 | -0/+2 | |
| | ||||||
* | release 2015.02.26 | Philipp Hagemeister | 2015-02-26 | 1 | -0/+2 | |
| | ||||||
* | release 2015.02.23.1 | Philipp Hagemeister | 2015-02-23 | 1 | -2/+2 | |
| | ||||||
* | Change example URLs in readme (fixes #5018y) | CyberJacob | 2015-02-20 | 1 | -1/+1 | |
| | ||||||
* | [README] Add an FAQ entry for the player change in anticipation of many more ↵ | Philipp Hagemeister | 2015-02-18 | 1 | -2/+6 | |
| | | | | bug reports | |||||
* | release 2015.02.17 | Philipp Hagemeister | 2015-02-17 | 1 | -0/+2 | |
| | ||||||
* | release 2015.02.16 | Philipp Hagemeister | 2015-02-16 | 1 | -0/+3 | |
| | ||||||
* | release 2015.02.10.3 | Philipp Hagemeister | 2015-02-10 | 1 | -0/+1 | |
| | ||||||
* | release 2015.02.10.2 | Philipp Hagemeister | 2015-02-10 | 1 | -0/+17 | |
| | ||||||
* | release 2015.02.09 | Philipp Hagemeister | 2015-02-09 | 1 | -14/+14 | |
| | ||||||
* | release 2015.02.08 | Philipp Hagemeister | 2015-02-08 | 1 | -1/+3 | |
| | ||||||
* | [README] Add an FAQ entry about anime sites | Philipp Hagemeister | 2015-02-03 | 1 | -0/+8 | |
| |