Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-14 | [README.md] Fix typo | Sergey M. | |
2015-09-13 | [README.md] Unify playlist description | Sergey M. | |
2015-09-13 | [README.md] Clarify playlist_index description | Sergey M. | |
2015-09-02 | [README.md] Remove superfluous word | Sergey M. | |
2015-09-02 | link to developer instructions and correct common.py path | remitamine | |
2015-09-01 | [options] Clarify extractors supporting videopassword | Sergey M․ | |
2015-09-01 | Update README | PSJay | |
Add Youku in video password description. | |||
2015-08-15 | [README.md] Clarify configuration file usage (Closes #6530) | Sergey M. | |
2015-08-14 | [README.md] Clarify line ranges | Sergey M. | |
2015-08-14 | Merge pull request #6554 from reddraggone9/readme-line-numbers | Sergey M. | |
Updated line numbers in the fragment portion of README links. | |||
2015-08-14 | [README.md] Document format_id field in output template section (#6557) | Yen Chi Hsuan | |
2015-08-14 | Updated line numbers in the fragment portion of README links. | reddraggone9 | |
2015-08-09 | release 2015.08.092015.08.09 | Philipp Hagemeister | |
2015-08-03 | Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124) | Jaime Marquínez Ferrándiz | |
2015-08-03 | [README.md] Clarify using cookies | Sergey M. | |
2015-07-20 | README: fix a typo | Jakub Wilk | |
2015-07-15 | [README.md] Clarify authentication with .netrc file | Sergey M. | |
2015-07-11 | Revert xvid to avi and make docs to be similar to existing external ↵ | Sergey M․ | |
downloader option | |||
2015-07-11 | Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master | Sergey M․ | |
2015-07-10 | Document how to group format selectors | Jaime Marquínez Ferrándiz | |
2015-07-04 | release 2015.07.042015.07.04 | Philipp Hagemeister | |
2015-06-30 | Rename --pp-params to --postprocessor-args and access value as super class ↵ | Aurélio A. Heckert | |
attribute | |||
2015-06-25 | release 2015.06.252015.06.25 | Philipp Hagemeister | |
2015-06-25 | [README.md] Fix typo | Sergey M. | |
2015-06-16 | Use shlex.split for --pp-params and update related docs. | Aurélio A. Heckert | |
2015-06-15 | release 2015.06.152015.06.15 | Philipp Hagemeister | |
2015-06-09 | Adds support for XviD output with extra parametrization | Aurélio A. Heckert | |
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 | |||
2015-05-29 | release 2015.05.292015.05.29 | Philipp Hagemeister | |
2015-05-24 | [README.md] Keep more idiomatic rwx order | Sergey M. | |
2015-05-24 | chmod error | WassimAttar | |
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 | |||
2015-05-08 | [README.md] Fix typo | Sergey M. | |
2015-05-08 | [README.md] Clarify format selection when streaming to stdout | Sergey M. | |
2015-05-03 | release 2015.05.032015.05.03 | Philipp Hagemeister | |
2015-05-01 | Add ability to embed subtitles in mkv files (closes #5434) | Nikoli | |
2015-04-27 | Merge pull request #5523 from jaimeMF/remove-format-limit | Sergey M. | |
Remove the --max-quality option | |||
2015-04-27 | [README] Use youtube-dl test video URL | Sergey M. | |
2015-04-27 | [README] Document special characters escaping (#5538) | Sergey M. | |
2015-04-27 | [README] Clarify youtube-dl version when format selection changed to ↵ | Sergey M․ | |
bestvideo+bestaudio/best | |||
2015-04-25 | README: remove --max-quality | Jaime Marquínez Ferrándiz | |
2015-04-24 | [README] Finally fix configuration file link | Sergey M․ | |
2015-04-24 | [README] Fix configuration file link and typo | Sergey M․ | |
2015-04-24 | [README] Document on how to enable old format selection behavior (#5510, #5511) | Sergey M․ | |
2015-04-19 | README: document bestvideo+bestaudio/best (#5447) | Jaime Marquínez Ferrándiz | |
2015-04-19 | Move the documentation for the `--format` option to the manpage | Jaime Marquínez Ferrándiz | |
It's too big for beeing embedded in the help message and it's easier to edit in the markdown file. | |||
2015-04-09 | release 2015.04.092015.04.09 | Philipp Hagemeister | |
2015-03-15 | release 2015.03.152015.03.15 | Philipp Hagemeister | |
2015-03-13 | [YoutubeDL] Check for bytes instead of unicode output templates (#5192) | Philipp Hagemeister | |
Also adapt the embedding examples for those poor souls still using 2.x. | |||
2015-03-09 | release 2015.03.092015.03.09 | Philipp Hagemeister | |
2015-03-09 | [README] Better bug reporting instructions | Philipp Hagemeister | |
Also address private emails which I get more and more these days. | |||
2015-03-03 | release 2015.03.03.12015.03.03.1 | Philipp Hagemeister | |