aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-08-03Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124)Jaime Marquínez Ferrándiz
2015-08-03[README.md] Clarify using cookiesSergey M.
2015-07-20README: fix a typoJakub Wilk
2015-07-15[README.md] Clarify authentication with .netrc fileSergey M.
2015-07-11Revert xvid to avi and make docs to be similar to existing external ↵Sergey M․
downloader option
2015-07-11Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․
2015-07-10Document how to group format selectorsJaime Marquínez Ferrándiz
2015-07-04release 2015.07.042015.07.04Philipp Hagemeister
2015-06-30Rename --pp-params to --postprocessor-args and access value as super class ↵Aurélio A. Heckert
attribute
2015-06-25release 2015.06.252015.06.25Philipp Hagemeister
2015-06-25[README.md] Fix typoSergey M.
2015-06-16Use shlex.split for --pp-params and update related docs.Aurélio A. Heckert
2015-06-15release 2015.06.152015.06.15Philipp Hagemeister
2015-06-09Adds support for XviD output with extra parametrizationAuré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-29release 2015.05.292015.05.29Philipp Hagemeister
2015-05-24[README.md] Keep more idiomatic rwx orderSergey M.
2015-05-24chmod errorWassimAttar
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 typoSergey M.
2015-05-08[README.md] Clarify format selection when streaming to stdoutSergey M.
2015-05-03release 2015.05.032015.05.03Philipp Hagemeister
2015-05-01Add ability to embed subtitles in mkv files (closes #5434)Nikoli
2015-04-27Merge pull request #5523 from jaimeMF/remove-format-limitSergey M.
Remove the --max-quality option
2015-04-27[README] Use youtube-dl test video URLSergey 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-25README: remove --max-qualityJaime Marquínez Ferrándiz
2015-04-24[README] Finally fix configuration file linkSergey M․
2015-04-24[README] Fix configuration file link and typoSergey M․
2015-04-24[README] Document on how to enable old format selection behavior (#5510, #5511)Sergey M․
2015-04-19README: document bestvideo+bestaudio/best (#5447)Jaime Marquínez Ferrándiz
2015-04-19Move the documentation for the `--format` option to the manpageJaime 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-09release 2015.04.092015.04.09Philipp Hagemeister
2015-03-15release 2015.03.152015.03.15Philipp 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-09release 2015.03.092015.03.09Philipp Hagemeister
2015-03-09[README] Better bug reporting instructionsPhilipp Hagemeister
Also address private emails which I get more and more these days.
2015-03-03release 2015.03.03.12015.03.03.1Philipp Hagemeister
2015-03-03release 2015.03.032015.03.03Philipp Hagemeister
2015-03-01[README] Document HTTP 429 (Closes #5092)Philipp Hagemeister
2015-02-28release 2015.02.282015.02.28Philipp Hagemeister
2015-02-26release 2015.02.262015.02.26Philipp Hagemeister
2015-02-23release 2015.02.23.12015.02.23.1Philipp Hagemeister
2015-02-20Change example URLs in readme (fixes #5018y)CyberJacob
2015-02-18[README] Add an FAQ entry for the player change in anticipation of many more ↵Philipp Hagemeister
bug reports
2015-02-17release 2015.02.172015.02.17Philipp Hagemeister
2015-02-16release 2015.02.162015.02.16Philipp Hagemeister
2015-02-10release 2015.02.10.32015.02.10.3Philipp Hagemeister
2015-02-10release 2015.02.10.22015.02.10.2Philipp Hagemeister
2015-02-09release 2015.02.092015.02.09Philipp Hagemeister
2015-02-08release 2015.02.082015.02.08Philipp Hagemeister