Commit Graph

367 Commits (3cb3b60064fc8d99a8175b751000892b141e8de0)

Author SHA1 Message Date
Sergey M 72b9ebc65d [README.md] Document extractor sequences in output template
Sergey M 3b799ca14c [README.md] Clarify percent literal and output to stdout
Sergey M 0474512e30 [README.md] Document even more sequences in output template
Sergey M f0905c6ec3 [README.md] Document more sequences in output template
Sergey M 860db2d508 [README.md] Fix typo
Sergey M 4b8874975c [README.md] Remove non-relevant info
Sergey M bd6b6f6622 [README.md] Fix typo
Sergey M 3ceccade87 [README.md] Improve output template documentation and add more examples
Sergey M c84d3a557d [README.md] Clarify unavailable sequences in output format
Philipp Hagemeister a69bee4762 release 2016.01.31
Philipp Hagemeister f733b05302 release 2016.01.23
Sergey M 6be16ed24b [README.md] Add protocol usage example in format selection
Sergey M b2dca40d81 [README.md] Improve format selection documentation
Sergey M 15870bbd01 [README.md] Mention new string operators for format selection
Sergey M 40f796288a [README.md] Clarify cookies usage
Philipp Hagemeister 7de81fcc53 release 2015.12.31
Jakub Wilk fc383f199e Fix typos
Gautam M 45dad8bab9 Fix hyperlink to youtube-dl options
David Haberthür a1b8d815f5 Reverting markup changes
David Haberthür 46047c58d0 Updating README.md
- Harmonizing mentions of **youtube-dl** in the text
- Removing unnecessary Markdown markup for headers
- Adding some links
Sergey M 3348243b7b [README.md] Clarify verbose log requirements
Philipp Hagemeister 535d7b681b release 2015.12.05
Philipp Hagemeister bb6ac83698 release 2015.11.27
Sergey M 7689413e42 [README.md] Mention mplayer and mpv in "other programs" question
Philipp Hagemeister 032f2f260f README: Document which other programs may be helpful (Fixes )
Rastislav Barlik 741dd8ea65 Clarify that automatic subtitles are generated.
It wasn't clear what automatic word mean.
Sergey M edeb3e7cb1 [README.md] Fix typo
Sergey M. 2038ad6ee7 [README.md] Add uploader extraction sample in example extractor
Tom Gijselinck bd5376c182 Fix typos and improve grammar and spelling
Philipp Hagemeister c4af7684d8 release 2015.10.06
Sergey M fcc2546269 [README.md] Markdown improvements
Jaime Marquínez Ferrándiz 4c917d0314 [README.md] Document the 'duration' field in the output template ()
Alex Vong 0391bc8176 Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.
* README.md: Add missing tag.
Sergey M. 3b9264a049 [README.md] Fix typo
Sergey M. 31208a07c2 [README.md] Unify playlist description
Sergey M. ac7a1b0dfb [README.md] Clarify playlist_index description
Sergey M. 8f9d522f62 [README.md] Remove superfluous word
remitamine ebf4ca39ba link to developer instructions and correct common.py path
Sergey M․ 804c343a4f [options] Clarify extractors supporting videopassword
PSJay f859695b49 Update README
Add Youku in video password description.
Sergey M. eaa5646483 [README.md] Clarify configuration file usage (Closes )
Sergey M. 6be5e46994 [README.md] Clarify line ranges
Sergey M. 45694b504a Merge pull request from reddraggone9/readme-line-numbers
Updated line numbers in the fragment portion of README links.
Yen Chi Hsuan 4d2ad866f3 [README.md] Document format_id field in output template section ()
reddraggone9 3cafca04aa Updated line numbers in the fragment portion of README links.
Philipp Hagemeister 27c7114af6 release 2015.08.09
Jaime Marquínez Ferrándiz 03950c90f7 Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes )
Sergey M. 8de922724b [README.md] Clarify using cookies
Jakub Wilk f993afb26d README: fix a typo
Sergey M. b062d94eef [README.md] Clarify authentication with .netrc file
Sergey M․ f72b0a6032 Revert xvid to avi and make docs to be similar to existing external downloader option
Sergey M․ ac9ed061ec Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Jaime Marquínez Ferrándiz dc48695ab9 Document how to group format selectors
Philipp Hagemeister 35eb649e9d release 2015.07.04
Aurélio A. Heckert 1866432db7 Rename --pp-params to --postprocessor-args and access value as super class attribute
Philipp Hagemeister a1593a4a0e release 2015.06.25
Sergey M. 12e9e8445d [README.md] Fix typo
Aurélio A. Heckert 14835de9fb Use shlex.split for --pp-params and update related docs.
Philipp Hagemeister 4b9f9010b0 release 2015.06.15
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 
Philipp Hagemeister eb6cb9fbe9 release 2015.05.29
Sergey M. 23905927e1 [README.md] Keep more idiomatic rwx order
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
Sergey M. 50b9013064 [README.md] Fix typo
Sergey M. bb03fdae0d [README.md] Clarify format selection when streaming to stdout
Philipp Hagemeister 957b794c26 release 2015.05.03
Nikoli 083c1bb960 Add ability to embed subtitles in mkv files (closes )
Sergey M. 40b96352c9 Merge pull request from jaimeMF/remove-format-limit
Remove the --max-quality option
Sergey M. 189ba90996 [README] Use youtube-dl test video URL
Sergey M. c8183e661d [README] Document special characters escaping ()
Sergey M․ 053c94f1b3 [README] Clarify youtube-dl version when format selection changed to bestvideo+bestaudio/best
Jaime Marquínez Ferrándiz 0d1bd5d62f README: remove --max-quality
Sergey M․ 4d6a3ff411 [README] Finally fix configuration file link
Sergey M․ 7fb993e1f4 [README] Fix configuration file link and typo
Sergey M․ 02f502f435 [README] Document on how to enable old format selection behavior (, )
Jaime Marquínez Ferrándiz 7b071e317b README: document bestvideo+bestaudio/best ()
Jaime Marquínez Ferrándiz a380509259 Move the documentation for the `--format` option to the manpage
It's too big for beeing embedded in the help message and it's easier to edit in the markdown file.
Philipp Hagemeister 1dc2726f8d release 2015.04.09
Philipp Hagemeister 1de4ac1385 release 2015.03.15
Philipp Hagemeister 486dd09e0b [YoutubeDL] Check for bytes instead of unicode output templates ()
Also adapt the embedding examples for those poor souls still using 2.x.
Philipp Hagemeister f848215dfc release 2015.03.09
Philipp Hagemeister d475b3384c [README] Better bug reporting instructions
Also address private emails which I get more and more these days.
Philipp Hagemeister 7fde87c77d release 2015.03.03.1
Philipp Hagemeister 07490f8017 release 2015.03.03
Philipp Hagemeister 66dc9a3701 [README] Document HTTP 429 (Closes )
Philipp Hagemeister 0134901108 release 2015.02.28
Philipp Hagemeister 13cd97f3df release 2015.02.26
Philipp Hagemeister 459e5fbd5f release 2015.02.23.1
CyberJacob a00a8bcc8a Change example URLs in readme (fixes #5018y)
Philipp Hagemeister b8b928d5cb [README] Add an FAQ entry for the player change in anticipation of many more bug reports
Philipp Hagemeister 46312e0b46 release 2015.02.17
Philipp Hagemeister a568180441 release 2015.02.16
Philipp Hagemeister 04bbe41330 release 2015.02.10.3
Philipp Hagemeister 845734773d release 2015.02.10.2
Philipp Hagemeister dd8930684e release 2015.02.09
Philipp Hagemeister b29231c040 release 2015.02.08
Philipp Hagemeister 12f0454cd6 [README] Add an FAQ entry about anime sites
Philipp Hagemeister 330537d08a [README] typo
Philipp Hagemeister 869b4aeff4 release 2015.02.02.1
Sahebjot singh 044131ba21 supported sites was not opening
required a .md at the end.