Commit Graph

461 Commits (master)

Author SHA1 Message Date
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) 9 years ago
Philipp Hagemeister caff59499c [README] Fix code rendering 9 years ago
Philipp Hagemeister 99a0f9824a [README] Highlight code examples 9 years ago
Philipp Hagemeister 8acb83d993 [README] Make example audio sound not that horrible ;) 9 years ago
Philipp Hagemeister 71b640cc5b [YoutubeDL] Add declarative version of progress hooks 9 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.
9 years ago
Philipp Hagemeister 2101f5d4cc release 2014.12.12.4 9 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
9 years ago
Philipp Hagemeister b3efb3ebae [README] More concise and nicer bug reporting instructions 9 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
Philipp Hagemeister ace52c5713 [README] format 10 years ago
Philipp Hagemeister e62e150f64 [README] brevity is the soul of wit
These instructions are overly long as it is. Leave out the _TESTS example; most developers will not need it in their first IE.
10 years ago
Philipp Hagemeister c44c0a775d Merge remote-tracking branch 'terminalmage/readme' 10 years ago
Philipp Hagemeister 3b95347bb6 [README] Document homebrew and pip installation (#3190) 10 years ago
Erik Johnson 1ce464aba9 Add more information about running tests, add syntax highlighting
There was no information in the README about how to handle multiple
tests for a given extractor. This commit adds an explanation of how this
is handled.

It also adds some syntax highlighting.
10 years ago
Philipp Hagemeister 4f31d0f2b7 release 2014.07.30 10 years ago
Philipp Hagemeister 36f3542883 release 2014.07.25 10 years ago
Reventl0v 6e74521d98 Fix the url in the INSTALLATION section 10 years ago
Philipp Hagemeister 09018e19a5 release 2014.07.11.3 10 years ago
Philipp Hagemeister f4d66a99cf release 2014.07.10 10 years ago
Philipp Hagemeister d19bb9c0aa Split man and README (Fixes #2892) 10 years ago
Philipp Hagemeister 3ef79a974a [README] Stress example URL
This seems to be the part most often overlooked in our README.
10 years ago
Philipp Hagemeister d0f2ab6969 release 2014.04.13 10 years ago
Philipp Hagemeister 52a180684f [README] Fix VALID_URL in extractor example 10 years ago
Philipp Hagemeister d1b3e3dd75 [README] Add md5 to code example 10 years ago
Philipp Hagemeister 5fbd672c38 [README] Improve developer instructions
Add a longer tutorial that should cover everything needed to start developing IEs.

Fixes #2676
10 years ago
Philipp Hagemeister cbc4a6cc7e release 2014.03.30 10 years ago
Philipp Hagemeister bf30f3bd9d release 2014.03.28 10 years ago
Philipp Hagemeister 6c072e7d25 release 2014.03.27 10 years ago
Philipp Hagemeister 510243ba58 release 2014.03.24.2 10 years ago
Philipp Hagemeister 23c322a531 release 2014.03.21 10 years ago
Philipp Hagemeister 9d840c43b5 release 2014.03.17 10 years ago
Philipp Hagemeister d63516e9cd release 2014.03.04.2 10 years ago
Philipp Hagemeister 17b75c0de1 Document width, height, and resolution (#1445) 10 years ago
Anthony J. Bentley 98c4b8fa1b Fix minor typo: “to to” → “to”. 10 years ago
pulpe 0d4b4865cc [README.md] correct the test command 10 years ago
Philipp Hagemeister fe52f9f956 Document prefered config location (#2407) 10 years ago
Philipp Hagemeister 09c4d50944 Fix indenting in README 10 years ago
Philipp Hagemeister 9d3ac7444d release 2014.02.03 10 years ago
Philipp Hagemeister a96ed91610 Add tutorial for adding a new IE 10 years ago
Philipp Hagemeister 63ef36e8d8 Add build instructions (Fixes #2218) 10 years ago
Philipp Hagemeister 629be17af4 release 2014.01.23.2 10 years ago
Philipp Hagemeister c35b1b07e2 release 2014.01.23 10 years ago
Philipp Hagemeister 780083dbc6 release 2014.01.22.5 10 years ago
Philipp Hagemeister 79bf58f9b5 Document -f worstaudio as well 10 years ago
Philipp Hagemeister cd8a562267 release 2014.01.22.3 10 years ago
Philipp Hagemeister a70c83768e release 2014.01.22.2 10 years ago
Philipp Hagemeister 2989501131 release 2014.01.21 10 years ago
Philipp Hagemeister 8e589a8a47 release 2013.01.17 10 years ago
Jaime Marquínez Ferrándiz 3d97cbbdaf Fix typo in the readme 10 years ago
Philipp Hagemeister d420d8dd1b release 2014.01.08 10 years ago
Philipp Hagemeister 96f1b0741c release 2014.01.07.5 10 years ago
Philipp Hagemeister bac268e243 Clarify --date* documentation (Fixes #2093) 10 years ago
Philipp Hagemeister 5f263296ea Merge remote-tracking branch 'epitron/metadata-pp'
Conflicts:
	youtube_dl/PostProcessor.py
10 years ago
Philipp Hagemeister 4ea170b8a0 release 2014.01.05.1 10 years ago
Philipp Hagemeister fa7f58e433 release 2014.01.03 10 years ago
epitron e63fc1bed4 Added '--xattrs' option which writes metadata to the file's extended attributes using a youtube-dl postprocessor.
Works on Linux, OSX, and Windows.
10 years ago
Philipp Hagemeister a17c95f5e4 [README] Bug reporting: Add an item for unrelated questions 10 years ago
Philipp Hagemeister a94e129a65 release 2013.12.23.1 10 years ago
Philipp Hagemeister 8863d0de91 release 2013.12.16 10 years ago
Philipp Hagemeister df8ae1e3a2 release 2013.12.09.2 11 years ago
Philipp Hagemeister 2a18bc9a4b Add some bug reporting hints 11 years ago
Philipp Hagemeister eaa1a7bde3 release 2013.12.09.1 11 years ago
Philipp Hagemeister 671c0f151d release 2013.12.04 11 years ago
Philipp Hagemeister 731e3dde29 release 2013.12.03 11 years ago
Philipp Hagemeister fb27c2295e Correct configuration file locations 11 years ago
Philipp Hagemeister 1b753cb334 Add Windows configuration file locations (#1881) 11 years ago
Philipp Hagemeister 0037e02921 release 2013.12.02 11 years ago
Nicolas Kaiser e1f900d6a4 fix typo in README.md 11 years ago
Philipp Hagemeister d323bcb152 release 2013.11.20 11 years ago
Philipp Hagemeister 1777d5a952 release 2013.11.11 11 years ago
Philipp Hagemeister f088ea5486 release 2013.10.28 11 years ago
Philipp Hagemeister b186d949cf release 2013.10.18.2 11 years ago
Philipp Hagemeister 8abbf43f21 release 2013.10.15 11 years ago
Philipp Hagemeister 4481a754e4 release 2013.10.07 11 years ago
Philipp Hagemeister 9ab1018b1a release 2013.10.04 11 years ago
Filippo Valsorda 47192f92d8 implement --no-playlist to only download current video - closes #755 11 years ago
Philipp Hagemeister 8b25323ae2 release 2013.09.24.1 11 years ago
Philipp Hagemeister 63037593c0 release 2013.09.20 11 years ago
Philipp Hagemeister 07ac9e2cc2 release 2013.09.12 11 years ago
Philipp Hagemeister 08523ee20a release 2013.09.04 11 years ago
Philipp Hagemeister 8ae7be3ef4 release 2013.08.23 11 years ago
Philipp Hagemeister be925dc64c release 2013.07.19 11 years ago
Philipp Hagemeister d5a62e4f5f release 2013.07.02 11 years ago
Philipp Hagemeister 2e1b3afeca README.md: Fix markup and some of the text.
(Originally from Rogério Brito <rbrito@ime.usp.br>)
11 years ago
Jaime Marquínez Ferrándiz 1083705fe8 Update the default output template in the README
It was changed in 08b2ac745a
11 years ago
Philipp Hagemeister e88f5e0b4e release 2013.06.34 11 years ago
Ismael Mejia 0ca45b233f Added missing write-auto-sub option in README file 11 years ago
Ismael Mejia 65cceef8f4 Added support for additional vtt subtitle format (WebVTT) in youtube-dl. 11 years ago
Philipp Hagemeister 81b42336ad release 2013.06.33 11 years ago
Philipp Hagemeister b07d9c23c5 release 2013.06.23 11 years ago
Rogério Brito 94eb2dd1fe README: Add brief description for manpages/apropos.
Trying to mimic the manpage of (GNU) `ls`, we don't conjugate the verb as
"downloads" or something else.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
11 years ago
Philipp Hagemeister 02030ff7fe release 2013.05.13 11 years ago
jakeogh 1a2adf3f49 added --get-id option to print video IDs 11 years ago
Philipp Hagemeister 891629c84a release 2013.05.05 11 years ago
Philipp Hagemeister d496a75d0a release 2013.05.01 11 years ago
Philipp Hagemeister dbc50fdf82 Fix help for --proxy 11 years ago
Philipp Hagemeister b1d2ef9255 release 2013.04.30 11 years ago
Philipp Hagemeister 6ce533a220 release 2013.04.28 11 years ago
Philipp Hagemeister fc63faf070 release 2013.04.27 11 years ago
Jaime Marquínez Ferrándiz e31852aba9 Document the video selection using the upload date 11 years ago
Jaime Marquínez Ferrándiz 3820df0106 Merge pull request #801 from expleo/add_referer_support 11 years ago
Bjorn Heesakkers 59cc5d9380 Updated README 11 years ago
Jaime Marquínez Ferrándiz f4b659f782 Document order of preference for format selection (closes #798) 11 years ago
Philipp Hagemeister 8cb94542f4 release 2013.04.22 11 years ago
Jaime Marquínez Ferrándiz dce9027045 Merge branch 'extract_info_rewrite' 11 years ago
Jaime Marquínez Ferrándiz d281274bf2 Add a playlist_index key to the info_dict, can be used in the output template 11 years ago
Philipp Hagemeister b625bc2c31 release 2013.04.11 11 years ago
Jaime Marquínez Ferrándiz 14294236bf Merge branch 'master' into extract_info_rewrite 11 years ago
Philipp Hagemeister 1bf2801e6a release 2013.03.29 11 years ago
Jaime Marquínez Ferrándiz 7eab8dc750 Pass the playlist info_dict to process_info
the playlist value can be used in the output template
11 years ago
glisignoli 355fc8e944 Update README.md 11 years ago
Philipp Hagemeister 085c8b75a6 release 2013.02.02 11 years ago
Philipp Hagemeister dbf2ba3d61 Better help for new options 11 years ago
Jeff Crouse 9e982f9e4e Added "min-filesize" and "max-filesize" options 11 years ago
Philipp Hagemeister fbc5f99db9 release 2013.01.12 11 years ago
Philipp Hagemeister 280d67896a Correct documentation (Closes #625) 11 years ago
Filippo Valsorda 95fedbf86b three small edits
* ask for a --verbose log when reporting bugs in README.md
* re-enable Escapist test, seems stable now
* check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists)
11 years ago
Filippo Valsorda 4e38899e97 print some version and environment info on --verbose (+ py3 fixes) 11 years ago
Filippo Valsorda 99b0a1292b add --no-post-overwrites to README.md; + minor style fixes 11 years ago
Filippo Valsorda 77c4beab8a new info_dict field: uploader_id 11 years ago
Filippo Valsorda 3c6ffbaedb Merge 'rg3/master' into fork_master 12 years ago
Philipp Hagemeister 4b235346d6 Add irc channel notice 12 years ago
Philipp Hagemeister c6f3620859 Drop 2.5 support 12 years ago
Philipp Hagemeister d94adc2638 Actually fix manpage (#473) 12 years ago
Philipp Hagemeister cc872b68a8 Actually merge #379 12 years ago
Philipp Hagemeister 877f4c45d3 Fix output format doc 12 years ago
Philipp Hagemeister 02531431f2 Extended documentation for output format in README (Closes #268) 12 years ago
Philipp Hagemeister 56781d3d2e Switch back to underline for invalid characters, and make restricted ASCII-only 12 years ago
Philipp Hagemeister 1c469a9480 New optoin --restrict-filenames 12 years ago
Philipp Hagemeister 71f36332dd Remove redundancy in instructions 12 years ago
Philipp Hagemeister 8179d2ba74 Merge branch 'master' of github.com:rg3/youtube-dl 12 years ago
Philipp Hagemeister df4bad3245 Document configuration 12 years ago
Filippo Valsorda a7b5c8d6a8 fix FAQ on how to compile (also, starnge fix in the Makefile) 12 years ago
Filippo Valsorda b6fab35b9f alias %(title)s to %(stitle)s 12 years ago
Filippo Valsorda baec15387c aliased --literal to --title 12 years ago
Philipp Hagemeister b7a34316d2 -x for --extract-audio, one of the most popular options 12 years ago
Philipp Hagemeister 74e453bdea New --id option for the old default filename pattern 12 years ago
Philipp Hagemeister b7b4796bf2 Fix docs 12 years ago
Filippo Valsorda 551fa9dfbf adding new --output replacements. Thanks @danut007ro (closes #442) 12 years ago
Filippo Valsorda ce3674430b added new FAQ on exe dependency 12 years ago
Filippo Valsorda 5cdfaeb37b New FAQ: What is this binary file? (+ small fix to other one) 12 years ago
Philipp Hagemeister 6c5b442a9b Add recent breakage to FAQ (Closes #433) 12 years ago
Philipp Hagemeister 20326b8b1b Let Makefile use youtube-dl source code instead of compiled binary 12 years ago
Philipp Hagemeister 234e230c87 Merge remote-tracking branch 'FiloSottille/vbr'
Conflicts:
	youtube-dl
	youtube-dl.exe
12 years ago
Filippo Valsorda 3a68d7b467 tweaked the --audio-quality input validation/specification 12 years ago
Filippo Valsorda cfcec69331 auto-generating manpage from README.md (closes #151); redesigned Makefile 12 years ago
Filippo Valsorda b24676ce88 changed --audio-quality behaviour to support both CBR and VBR 12 years ago
Filippo Valsorda 505ed3088f normalize ffmpeg/avconv names printing 12 years ago
Filippo Valsorda 921a145592 dropped the support for Python 2.5
let's elaborate the decision: Python 2.5 is a 6 years old release
and "under the current release policy, no security issues in Python
2.5 will be fixed anymore" (!!); also, it doesn't support the new
zipfile distribution format.
12 years ago
Filippo Valsorda a0432a1e80 added --srt-lang; updated README; extended the -g FAQ 12 years ago
Philipp Hagemeister c4105fa035 release 2012.02.26 12 years ago
Philipp Hagemeister d6639d05c2 release 2011.12.18 13 years ago
Philipp Hagemeister 561504fffa Release 2011.12.08 13 years ago
Philipp Hagemeister c95da745bc Mention -o - in doc (Closes #204) 13 years ago
Philipp Hagemeister 31a2ec2d88 Document -o %(upload_date)s (Closes #228) 13 years ago
Philipp Hagemeister b88a52504e --max-downloads option (Closes #230) 13 years ago
Philipp Hagemeister 2761012f69 Cosmetic changes to --list-formats 13 years ago
Philipp Hagemeister 9baa2ef53b Update REAMDE.md 13 years ago
Philipp Hagemeister 3ce59dae88 Update README with new options 13 years ago
Philipp Hagemeister eca1b76f01 Update README 13 years ago
Philipp Hagemeister 6a1ca41e17 Update README 13 years ago
Philipp Hagemeister 08c1d0d3bc Update README 13 years ago
Philipp Hagemeister 1d2e86aed9 Decapitalize options in README for consistency with youtube-dl --help 13 years ago
Philipp Hagemeister a2f7e3a5bb Clarify usage 13 years ago
Philipp Hagemeister f2a3a3522c typo in README 13 years ago