summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* [README.md] Improve output template documentation and add more examplesSergey M2016-02-061-14/+44
|
* [README.md] Clarify unavailable sequences in output formatSergey M2016-02-031-0/+2
|
* release 2016.01.31Philipp Hagemeister2016-01-311-0/+4
|
* release 2016.01.23Philipp Hagemeister2016-01-231-2/+2
|
* [README.md] Add protocol usage example in format selectionSergey M2016-01-161-0/+3
|
* [README.md] Improve format selection documentationSergey M2016-01-161-4/+63
|
* [README.md] Mention new string operators for format selectionSergey M2016-01-161-1/+1
|
* [README.md] Clarify cookies usageSergey M2016-01-051-1/+1
|
* release 2015.12.31Philipp Hagemeister2015-12-311-1/+1
|
* Fix typosJakub Wilk2015-12-231-1/+1
|
* Fix hyperlink to youtube-dl optionsGautam M2015-12-181-1/+1
|
* Reverting markup changesDavid Haberthür2015-12-101-46/+46
|
* Updating README.mdDavid Haberthür2015-12-101-55/+55
| | | | | | - Harmonizing mentions of **youtube-dl** in the text - Removing unnecessary Markdown markup for headers - Adding some links
* [README.md] Clarify verbose log requirementsSergey M2015-12-081-1/+15
|
* release 2015.12.05Philipp Hagemeister2015-12-051-1/+1
|
* release 2015.11.27Philipp Hagemeister2015-11-271-1/+2
|
* [README.md] Mention mplayer and mpv in "other programs" questionSergey M2015-11-241-1/+1
|
* README: Document which other programs may be helpful (Fixes #7621)Philipp Hagemeister2015-11-241-0/+6
|
* Clarify that automatic subtitles are generated.Rastislav Barlik2015-11-161-2/+2
| | | | It wasn't clear what automatic word mean.
* [README.md] Fix typoSergey M2015-10-231-1/+1
|
* [README.md] Add uploader extraction sample in example extractorSergey M.2015-10-191-1/+2
|
* Fix typos and improve grammar and spellingTom Gijselinck2015-10-071-16/+16
|
* release 2015.10.06Philipp Hagemeister2015-10-061-114/+281
|
* [README.md] Markdown improvementsSergey M2015-10-061-6/+6
|
* [README.md] Document the 'duration' field in the output template (#6929)Jaime Marquínez Ferrándiz2015-09-251-0/+1
|
* Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.Alex Vong2015-09-151-0/+1
| | | | * README.md: Add missing tag.
* [README.md] Fix typoSergey M.2015-09-141-1/+1
|
* [README.md] Unify playlist descriptionSergey M.2015-09-131-1/+1
|
* [README.md] Clarify playlist_index descriptionSergey M.2015-09-131-1/+1
|
* [README.md] Remove superfluous wordSergey M.2015-09-021-1/+1
|
* link to developer instructions and correct common.py pathremitamine2015-09-021-2/+2
|
* [options] Clarify extractors supporting videopasswordSergey M․2015-09-011-1/+1
|
* Update READMEPSJay2015-09-011-1/+1
| | | | Add Youku in video password description.
* [README.md] Clarify configuration file usage (Closes #6530)Sergey M.2015-08-151-1/+8
|
* [README.md] Clarify line rangesSergey M.2015-08-141-2/+2
|
* Merge pull request #6554 from reddraggone9/readme-line-numbersSergey M.2015-08-141-2/+2
|\ | | | | Updated line numbers in the fragment portion of README links.
| * Updated line numbers in the fragment portion of README links.reddraggone92015-08-141-2/+2
| |
* | [README.md] Document format_id field in output template section (#6557)Yen Chi Hsuan2015-08-141-0/+1
|/
* release 2015.08.09Philipp Hagemeister2015-08-091-1/+1
|
* Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124)Jaime Marquínez Ferrándiz2015-08-031-1/+1
|\
| * Document how to group format selectorsJaime Marquínez Ferrándiz2015-07-101-1/+1
| |
* | [README.md] Clarify using cookiesSergey M.2015-08-031-0/+6
| |
* | README: fix a typoJakub Wilk2015-07-201-1/+1
| |
* | [README.md] Clarify authentication with .netrc fileSergey M.2015-07-151-0/+20
| |
* | Revert xvid to avi and make docs to be similar to existing external ↵Sergey M․2015-07-111-2/+2
| | | | | | | | downloader option
* | Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․2015-07-111-1/+2
|\ \
| * | Rename --pp-params to --postprocessor-args and access value as super class ↵Aurélio A. Heckert2015-06-301-1/+1
| | | | | | | | | | | | attribute
| * | Use shlex.split for --pp-params and update related docs.Aurélio A. Heckert2015-06-161-1/+1
| | |
| * | Adds support for XviD output with extra parametrizationAurélio A. Heckert2015-06-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | release 2015.07.04Philipp Hagemeister2015-07-041-3/+3
| |/ |/|