Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-23 | Fix typos | Jakub Wilk | |
2015-12-18 | Fix hyperlink to youtube-dl options | Gautam M | |
2015-12-10 | Reverting markup changes | David Haberthür | |
2015-12-10 | Updating README.md | David Haberthür | |
- Harmonizing mentions of **youtube-dl** in the text - Removing unnecessary Markdown markup for headers - Adding some links | |||
2015-12-08 | [README.md] Clarify verbose log requirements | Sergey M | |
2015-12-05 | release 2015.12.052015.12.05 | Philipp Hagemeister | |
2015-11-27 | release 2015.11.272015.11.27 | Philipp Hagemeister | |
2015-11-24 | [README.md] Mention mplayer and mpv in "other programs" question | Sergey M | |
2015-11-24 | README: Document which other programs may be helpful (Fixes #7621) | Philipp Hagemeister | |
2015-11-16 | Clarify that automatic subtitles are generated. | Rastislav Barlik | |
It wasn't clear what automatic word mean. | |||
2015-10-23 | [README.md] Fix typo | Sergey M | |
2015-10-19 | [README.md] Add uploader extraction sample in example extractor | Sergey M. | |
2015-10-07 | Fix typos and improve grammar and spelling | Tom Gijselinck | |
2015-10-06 | release 2015.10.062015.10.06 | Philipp Hagemeister | |
2015-10-06 | [README.md] Markdown improvements | Sergey M | |
2015-09-25 | [README.md] Document the 'duration' field in the output template (#6929) | Jaime Marquínez Ferrándiz | |
2015-09-15 | Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table. | Alex Vong | |
* README.md: Add missing tag. | |||
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 | |