Commit Graph

317 Commits (b6bfa6fb7953b8dc477a932acea2df2d73175bc2)

Author SHA1 Message Date
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
Sergey M․ 053c94f1b3 [README] Clarify youtube-dl version when format selection changed to bestvideo+bestaudio/best 9 years ago
Jaime Marquínez Ferrándiz 0d1bd5d62f README: remove --max-quality 9 years ago
Sergey M․ 4d6a3ff411 [README] Finally fix configuration file link 9 years ago
Sergey M․ 7fb993e1f4 [README] Fix configuration file link and typo 9 years ago
Sergey M․ 02f502f435 [README] Document on how to enable old format selection behavior (#5510, #5511) 9 years ago
Jaime Marquínez Ferrándiz 7b071e317b README: document bestvideo+bestaudio/best (#5447) 9 years ago
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.
9 years ago
Philipp Hagemeister 1dc2726f8d release 2015.04.09 9 years ago
Philipp Hagemeister 1de4ac1385 release 2015.03.15 9 years ago
Philipp Hagemeister 486dd09e0b [YoutubeDL] Check for bytes instead of unicode output templates (#5192)
Also adapt the embedding examples for those poor souls still using 2.x.
9 years ago
Philipp Hagemeister f848215dfc release 2015.03.09 9 years ago
Philipp Hagemeister d475b3384c [README] Better bug reporting instructions
Also address private emails which I get more and more these days.
9 years ago
Philipp Hagemeister 7fde87c77d release 2015.03.03.1 9 years ago
Philipp Hagemeister 07490f8017 release 2015.03.03 9 years ago
Philipp Hagemeister 66dc9a3701 [README] Document HTTP 429 (Closes #5092) 9 years ago
Philipp Hagemeister 0134901108 release 2015.02.28 9 years ago
Philipp Hagemeister 13cd97f3df release 2015.02.26 9 years ago
Philipp Hagemeister 459e5fbd5f release 2015.02.23.1 9 years ago
CyberJacob a00a8bcc8a Change example URLs in readme (fixes #5018y) 9 years ago
Philipp Hagemeister b8b928d5cb [README] Add an FAQ entry for the player change in anticipation of many more bug reports 9 years ago
Philipp Hagemeister 46312e0b46 release 2015.02.17 9 years ago
Philipp Hagemeister a568180441 release 2015.02.16 9 years ago
Philipp Hagemeister 04bbe41330 release 2015.02.10.3 9 years ago
Philipp Hagemeister 845734773d release 2015.02.10.2 9 years ago
Philipp Hagemeister dd8930684e release 2015.02.09 9 years ago
Philipp Hagemeister b29231c040 release 2015.02.08 9 years ago
Philipp Hagemeister 12f0454cd6 [README] Add an FAQ entry about anime sites 9 years ago
Philipp Hagemeister 330537d08a [README] typo 9 years ago
Philipp Hagemeister 869b4aeff4 release 2015.02.02.1 9 years ago
Sahebjot singh 044131ba21 supported sites was not opening
required a .md at the end.
9 years ago
Philipp Hagemeister e2a08185c6 [README] Add an FAQ for YouTube IDs starting with a dash (Closes #4800) 9 years ago
Philipp Hagemeister 5a8a29cfea release 2015.01.30 9 years ago
Philipp Hagemeister 2b1bd292ae release 2015.01.25 9 years ago
Jaime Marquínez Ferrándiz fdaaaaa878 README: Recommend using flake8 instead of pyflake and pep8 separately 9 years ago
Philipp Hagemeister 6f58db8982 release 2015.01.23.3 9 years ago
Philipp Hagemeister c994e6bd63 release 2015.01.23 9 years ago
Philipp Hagemeister b4a64c592b [README] Add an FAQ entry about destination folder 9 years ago
Philipp Hagemeister 898c23c03f release 2015.01.22 9 years ago
Philipp Hagemeister fbef83f399 [README] Add FAQ for playing from another machine (Fixes #4693) 9 years ago
Philipp Hagemeister 15aecd8711 release 2015.01.11 9 years ago
Philipp Hagemeister c071733fd4 [README] Highlight that bug reports should include the -v output 9 years ago
Philipp Hagemeister cd3063f3fa release 2015.01.10.2 9 years ago
Philipp Hagemeister 149f05c7b6 release 2015.01.10.1 9 years ago
Philipp Hagemeister 6ef9f88299 release 2015.01.10 9 years ago
Philipp Hagemeister 754c838903 release 2015.01.09 9 years ago
Philipp Hagemeister 5e4166478d [README] Add an FAQ entry for how to install on Windows 9 years ago
Philipp Hagemeister 11497d5bba release 2015.01.08 9 years ago
Li4ick 52fc3ba405 Change path name to MSDN standard.
<Yourname> changed to <user name>, which is more general.
9 years ago
Philipp Hagemeister 966ea3aebd [README] Typo / clarify FAQ 9 years ago
Philipp Hagemeister 416c7fcbce Add documentation about supported sites (Fixes #4503) 9 years ago
Philipp Hagemeister b50e3bc67f [README] Add table of contents (Closes #4458) 10 years ago
Philipp Hagemeister caff59499c [README] Fix code rendering 10 years ago
Philipp Hagemeister 99a0f9824a [README] Highlight code examples 10 years ago
Philipp Hagemeister 8acb83d993 [README] Make example audio sound not that horrible ;) 10 years ago
Philipp Hagemeister 71b640cc5b [YoutubeDL] Add declarative version of progress hooks 10 years ago
Philipp Hagemeister 4f026fafbc [YoutubeDL] Make postprocessors declarative
Instead of having to configure PPs in code, this allows us and embedding programs not to worry about imports or finer details, similarly to how we handle IEs.
10 years ago
Philipp Hagemeister 2101f5d4cc release 2014.12.12.4 10 years ago
Mark Schreiber ff815fe65a Download playlist items in reverse order
Series of videos are typically uploaded to YouTube playlists in
chronological order.  By default, these videos are downloaded
latest-to-earliest; this is great for seeing the latest videos in a
series, but prevents streaming video in the order that the videos were
produced.  Add an option to download videos in reverse order,
earliest-to-latest.

Conflicts:
	youtube_dl/YoutubeDL.py
	youtube_dl/__init__.py
10 years ago
Philipp Hagemeister b3efb3ebae [README] More concise and nicer bug reporting instructions 10 years ago
Philipp Hagemeister 9776bc7f57 release 2014.12.04 10 years ago
Philipp Hagemeister a03aaaed2e Declare Python 3.2 compatibility 10 years ago
Philipp Hagemeister acda92f6bc Clarify --no-playlist documentation (Closes #4309) 10 years ago
Philipp Hagemeister c3e74731c2 [README] Mention _og_search_description (#4304)
Lots of sites do have this meta tag, so just add it to the example.
10 years ago
Philipp Hagemeister c920d7f00d [README] Adapt code to new style
Next to every IE will download the webpage first anyways.
10 years ago
Philipp Hagemeister b703ab4d7f Merge remote-tracking branch 'michael-k/links' 10 years ago
Philipp Hagemeister 1d4df56d09 release 2014.11.09 10 years ago
Michael Käufl 982a58d049 [README] Replace links to kernel.org with links to git-scm.com
Unlike kernel.org, the documentation at git-scm.com is up to date and
the rest of the git documentation is easily accessible to any git
newby.
10 years ago
Philipp Hagemeister 08965906a8 [README] Update FAQ on Ubuntu (#4078) 10 years ago
Philipp Hagemeister 03df7baa6a Start documentation on how to embed youtube-dl 10 years ago
Philipp Hagemeister 724d031893 release 2014.10.25 10 years ago
Philipp Hagemeister 36f1c90497 release 2014.10.24 10 years ago
Philipp Hagemeister 9b36dcbd65 release 2014.10.13 10 years ago
Philipp Hagemeister 89294b5f50 [README] Explain updating in detail (Fixes #3850) 10 years ago
Sergey M․ 7f5c0c4a19 [README] Clarify test's md5 filesize (#3846) 10 years ago
Philipp Hagemeister 4bc77c8417 [README] Use _match_id helper function 10 years ago
Philipp Hagemeister fd78a4d3e6 release 2014.09.18 10 years ago
Philipp Hagemeister 573585c234 [README] Add old Ubuntu versions to FAQ 10 years ago
Philipp Hagemeister 067e922295 release 2014.08.25.1 10 years ago
Philipp Hagemeister b8313f07bc release 2014.08.24.6 10 years ago
Philipp Hagemeister 218f754940 [README] Add thumbnail to _TEST example
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
10 years ago