aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-10-23[README.md] Fix typoSergey M
2015-10-19[README.md] Add uploader extraction sample in example extractorSergey M.
2015-10-07Fix typos and improve grammar and spellingTom Gijselinck
2015-10-06release 2015.10.062015.10.06Philipp Hagemeister
2015-10-06[README.md] Markdown improvementsSergey M
2015-09-25[README.md] Document the 'duration' field in the output template (#6929)Jaime Marquínez Ferrándiz
2015-09-15Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.Alex Vong
* README.md: Add missing tag.
2015-09-14[README.md] Fix typoSergey M.
2015-09-13[README.md] Unify playlist descriptionSergey M.
2015-09-13[README.md] Clarify playlist_index descriptionSergey M.
2015-09-02[README.md] Remove superfluous wordSergey M.
2015-09-02link to developer instructions and correct common.py pathremitamine
2015-09-01[options] Clarify extractors supporting videopasswordSergey M․
2015-09-01Update READMEPSJay
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 rangesSergey M.
2015-08-14Merge pull request #6554 from reddraggone9/readme-line-numbersSergey 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-14Updated line numbers in the fragment portion of README links.reddraggone9
2015-08-09release 2015.08.092015.08.09Philipp Hagemeister
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