Commit Graph

297 Commits (6c7b26e13f1aebe7bd19a7899b01e49b052febe5)

Author SHA1 Message Date
Sergey M 3348243b7b [README.md] Clarify verbose log requirements 9 years ago
Philipp Hagemeister 535d7b681b release 2015.12.05 9 years ago
Philipp Hagemeister bb6ac83698 release 2015.11.27 9 years ago
Sergey M 7689413e42 [README.md] Mention mplayer and mpv in "other programs" question 9 years ago
Philipp Hagemeister 032f2f260f README: Document which other programs may be helpful (Fixes #7621) 9 years ago
Rastislav Barlik 741dd8ea65 Clarify that automatic subtitles are generated.
It wasn't clear what automatic word mean.
9 years ago
Sergey M edeb3e7cb1 [README.md] Fix typo 9 years ago
Sergey M. 2038ad6ee7 [README.md] Add uploader extraction sample in example extractor 9 years ago
Tom Gijselinck bd5376c182 Fix typos and improve grammar and spelling 9 years ago
Philipp Hagemeister c4af7684d8 release 2015.10.06 9 years ago
Sergey M fcc2546269 [README.md] Markdown improvements 9 years ago
Jaime Marquínez Ferrándiz 4c917d0314 [README.md] Document the 'duration' field in the output template (#6929) 9 years ago
Alex Vong 0391bc8176 Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.
* README.md: Add missing tag.
9 years ago
Sergey M. 3b9264a049 [README.md] Fix typo 9 years ago
Sergey M. 31208a07c2 [README.md] Unify playlist description 9 years ago
Sergey M. ac7a1b0dfb [README.md] Clarify playlist_index description 9 years ago
Sergey M. 8f9d522f62 [README.md] Remove superfluous word 9 years ago
remitamine ebf4ca39ba link to developer instructions and correct common.py path 9 years ago
Sergey M․ 804c343a4f [options] Clarify extractors supporting videopassword 9 years ago
PSJay f859695b49 Update README
Add Youku in video password description.
9 years ago
Sergey M. eaa5646483 [README.md] Clarify configuration file usage (Closes #6530) 9 years ago
Sergey M. 6be5e46994 [README.md] Clarify line ranges 9 years ago
Sergey M. 45694b504a Merge pull request #6554 from reddraggone9/readme-line-numbers
Updated line numbers in the fragment portion of README links.
9 years ago
Yen Chi Hsuan 4d2ad866f3 [README.md] Document format_id field in output template section (#6557) 9 years ago
reddraggone9 3cafca04aa Updated line numbers in the fragment portion of README links. 9 years ago
Philipp Hagemeister 27c7114af6 release 2015.08.09 9 years ago
Jaime Marquínez Ferrándiz 03950c90f7 Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124) 9 years ago
Sergey M. 8de922724b [README.md] Clarify using cookies 9 years ago
Jakub Wilk f993afb26d README: fix a typo 9 years ago
Sergey M. b062d94eef [README.md] Clarify authentication with .netrc file 9 years ago
Sergey M․ f72b0a6032 Revert xvid to avi and make docs to be similar to existing external downloader option 9 years ago
Sergey M․ ac9ed061ec Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master 9 years ago
Jaime Marquínez Ferrándiz dc48695ab9 Document how to group format selectors 9 years ago
Philipp Hagemeister 35eb649e9d release 2015.07.04 9 years ago
Aurélio A. Heckert 1866432db7 Rename --pp-params to --postprocessor-args and access value as super class attribute 9 years ago
Philipp Hagemeister a1593a4a0e release 2015.06.25 9 years ago
Sergey M. 12e9e8445d [README.md] Fix typo 9 years ago
Aurélio A. Heckert 14835de9fb Use shlex.split for --pp-params and update related docs. 9 years ago
Philipp Hagemeister 4b9f9010b0 release 2015.06.15 9 years ago
Aurélio A. Heckert d84f1d14b5 Adds support for XviD output with extra parametrization
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
9 years ago
Philipp Hagemeister eb6cb9fbe9 release 2015.05.29 9 years ago
Sergey M. 23905927e1 [README.md] Keep more idiomatic rwx order 9 years ago
WassimAttar 1807ae22dd chmod error
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
9 years ago
Sergey M. 50b9013064 [README.md] Fix typo 9 years ago
Sergey M. bb03fdae0d [README.md] Clarify format selection when streaming to stdout 9 years ago
Philipp Hagemeister 957b794c26 release 2015.05.03 9 years ago
Nikoli 083c1bb960 Add ability to embed subtitles in mkv files (closes #5434) 9 years ago
Sergey M. 40b96352c9 Merge pull request #5523 from jaimeMF/remove-format-limit
Remove the --max-quality option
9 years ago
Sergey M. 189ba90996 [README] Use youtube-dl test video URL 9 years ago
Sergey M. c8183e661d [README] Document special characters escaping (#5538) 9 years ago