Philipp Hagemeister
04bbe41330
release 2015.02.10.3
2015-02-10 05:42:47 +01:00
Philipp Hagemeister
845734773d
release 2015.02.10.2
2015-02-10 03:32:55 +01:00
Philipp Hagemeister
dd8930684e
release 2015.02.09
2015-02-09 10:28:16 +01:00
Philipp Hagemeister
b29231c040
release 2015.02.08
2015-02-08 20:28:38 +01:00
Philipp Hagemeister
12f0454cd6
[README] Add an FAQ entry about anime sites
2015-02-03 14:18:15 +01:00
Philipp Hagemeister
330537d08a
[README] typo
2015-02-03 00:20:57 +01:00
Philipp Hagemeister
869b4aeff4
release 2015.02.02.1
2015-02-02 20:35:04 +01:00
Sahebjot singh
044131ba21
supported sites was not opening
...
required a .md at the end.
2015-02-02 03:49:28 +05:30
Philipp Hagemeister
e2a08185c6
[README] Add an FAQ for YouTube IDs starting with a dash ( Closes #4800 )
2015-01-30 04:17:44 +01:00
Philipp Hagemeister
5a8a29cfea
release 2015.01.30
2015-01-30 03:46:57 +01:00
Philipp Hagemeister
2b1bd292ae
release 2015.01.25
2015-01-25 21:40:43 +01:00
Jaime Marquínez Ferrándiz
fdaaaaa878
README: Recommend using flake8 instead of pyflake and pep8 separately
2015-01-23 21:10:10 +01:00
Philipp Hagemeister
6f58db8982
release 2015.01.23.3
2015-01-23 12:17:19 +01:00
Philipp Hagemeister
c994e6bd63
release 2015.01.23
2015-01-23 00:06:11 +01:00
Philipp Hagemeister
b4a64c592b
[README] Add an FAQ entry about destination folder
2015-01-22 18:21:17 +01:00
Philipp Hagemeister
898c23c03f
release 2015.01.22
2015-01-22 12:04:26 +01:00
Philipp Hagemeister
fbef83f399
[README] Add FAQ for playing from another machine ( Fixes #4693 )
2015-01-13 08:10:17 +01:00
Philipp Hagemeister
15aecd8711
release 2015.01.11
2015-01-11 17:47:04 +01:00
Philipp Hagemeister
c071733fd4
[README] Highlight that bug reports should include the -v output
2015-01-10 21:07:44 +01:00
Philipp Hagemeister
cd3063f3fa
release 2015.01.10.2
2015-01-10 21:03:00 +01:00
Philipp Hagemeister
149f05c7b6
release 2015.01.10.1
2015-01-10 20:06:13 +01:00
Philipp Hagemeister
6ef9f88299
release 2015.01.10
2015-01-10 05:51:22 +01:00
Philipp Hagemeister
754c838903
release 2015.01.09
2015-01-09 20:20:55 +01:00
Philipp Hagemeister
5e4166478d
[README] Add an FAQ entry for how to install on Windows
2015-01-09 19:17:15 +01:00
Philipp Hagemeister
11497d5bba
release 2015.01.08
2015-01-08 16:15:08 +01:00
Li4ick
52fc3ba405
Change path name to MSDN standard.
...
<Yourname> changed to <user name>, which is more general.
2015-01-08 14:17:26 +02:00
Philipp Hagemeister
966ea3aebd
[README] Typo / clarify FAQ
2014-12-30 23:41:29 +01:00
Philipp Hagemeister
416c7fcbce
Add documentation about supported sites ( Fixes #4503 )
2014-12-30 19:35:35 +01:00
Philipp Hagemeister
b50e3bc67f
[README] Add table of contents ( Closes #4458 )
2014-12-16 16:33:23 +01:00
Philipp Hagemeister
caff59499c
[README] Fix code rendering
2014-12-15 11:14:06 +01:00
Philipp Hagemeister
99a0f9824a
[README] Highlight code examples
2014-12-15 11:11:52 +01:00
Philipp Hagemeister
8acb83d993
[README] Make example audio sound not that horrible ;)
2014-12-15 01:34:39 +01:00
Philipp Hagemeister
71b640cc5b
[YoutubeDL] Add declarative version of progress hooks
2014-12-15 01:26:20 +01:00
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.
2014-12-15 01:06:25 +01:00
Philipp Hagemeister
2101f5d4cc
release 2014.12.12.4
2014-12-12 17:18:22 +01:00
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
2014-12-12 16:56:29 +01:00
Philipp Hagemeister
b3efb3ebae
[README] More concise and nicer bug reporting instructions
2014-12-12 16:40:37 +01:00
Philipp Hagemeister
9776bc7f57
release 2014.12.04
2014-12-04 08:34:12 +01:00
Philipp Hagemeister
a03aaaed2e
Declare Python 3.2 compatibility
2014-11-26 13:08:42 +01:00
Philipp Hagemeister
acda92f6bc
Clarify --no-playlist documentation ( Closes #4309 )
2014-11-26 10:51:03 +01:00
Philipp Hagemeister
c3e74731c2
[README] Mention _og_search_description ( #4304 )
...
Lots of sites do have this meta tag, so just add it to the example.
2014-11-25 09:36:27 +01:00
Philipp Hagemeister
c920d7f00d
[README] Adapt code to new style
...
Next to every IE will download the webpage first anyways.
2014-11-25 09:23:46 +01:00
Philipp Hagemeister
b703ab4d7f
Merge remote-tracking branch 'michael-k/links'
2014-11-12 15:31:54 +01:00
Philipp Hagemeister
1d4df56d09
release 2014.11.09
2014-11-09 22:32:41 +01:00
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.
2014-11-02 16:07:40 +01:00
Philipp Hagemeister
08965906a8
[README] Update FAQ on Ubuntu ( #4078 )
2014-11-01 19:24:56 +01:00
Philipp Hagemeister
03df7baa6a
Start documentation on how to embed youtube-dl
2014-10-28 12:54:39 +01:00
Philipp Hagemeister
724d031893
release 2014.10.25
2014-10-25 00:41:06 +02:00
Philipp Hagemeister
36f1c90497
release 2014.10.24
2014-10-24 14:48:19 +02:00
Philipp Hagemeister
9b36dcbd65
release 2014.10.13
2014-10-13 10:12:51 +02:00
Philipp Hagemeister
89294b5f50
[README] Explain updating in detail ( Fixes #3850 )
2014-09-29 12:33:29 +02:00
Sergey M․
7f5c0c4a19
[README] Clarify test's md5 filesize ( #3846 )
2014-09-28 22:10:20 +07:00
Philipp Hagemeister
4bc77c8417
[README] Use _match_id helper function
2014-09-28 13:52:21 +02:00
Philipp Hagemeister
fd78a4d3e6
release 2014.09.18
2014-09-18 18:43:59 +02:00
Philipp Hagemeister
573585c234
[README] Add old Ubuntu versions to FAQ
2014-09-13 05:54:45 +02:00
Philipp Hagemeister
067e922295
release 2014.08.25.1
2014-08-25 16:41:05 +02:00
Philipp Hagemeister
b8313f07bc
release 2014.08.24.6
2014-08-24 15:19:33 +02:00
Philipp Hagemeister
218f754940
[README] Add thumbnail to _TEST example
...
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
2014-08-22 11:30:49 +02:00
Philipp Hagemeister
ace52c5713
[README] format
2014-08-22 01:51:26 +02:00
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.
2014-08-22 01:47:44 +02:00
Philipp Hagemeister
c44c0a775d
Merge remote-tracking branch 'terminalmage/readme'
2014-08-22 01:46:46 +02:00
Philipp Hagemeister
3b95347bb6
[README] Document homebrew and pip installation ( #3190 )
2014-08-21 12:32:02 +02:00
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.
2014-08-05 01:54:58 -05:00
Philipp Hagemeister
4f31d0f2b7
release 2014.07.30
2014-07-30 09:50:22 +02:00
Philipp Hagemeister
36f3542883
release 2014.07.25
2014-07-25 07:05:17 +02:00
Reventl0v
6e74521d98
Fix the url in the INSTALLATION section
2014-07-17 21:08:43 +02:00
Philipp Hagemeister
09018e19a5
release 2014.07.11.3
2014-07-11 17:21:16 +02:00
Philipp Hagemeister
f4d66a99cf
release 2014.07.10
2014-07-10 14:49:16 +02:00
Philipp Hagemeister
d19bb9c0aa
Split man and README ( Fixes #2892 )
2014-05-13 11:16:11 +02:00
Philipp Hagemeister
3ef79a974a
[README] Stress example URL
...
This seems to be the part most often overlooked in our README.
2014-05-13 10:28:58 +02:00
Philipp Hagemeister
d0f2ab6969
release 2014.04.13
2014-04-13 03:22:30 +02:00
Philipp Hagemeister
52a180684f
[README] Fix VALID_URL in extractor example
2014-04-03 23:25:23 +02:00
Philipp Hagemeister
d1b3e3dd75
[README] Add md5 to code example
2014-04-03 15:59:04 +02:00
Philipp Hagemeister
5fbd672c38
[README] Improve developer instructions
...
Add a longer tutorial that should cover everything needed to start developing IEs.
Fixes #2676
2014-04-03 14:46:24 +02:00
Philipp Hagemeister
cbc4a6cc7e
release 2014.03.30
2014-03-30 07:25:48 +02:00
Philipp Hagemeister
bf30f3bd9d
release 2014.03.28
2014-03-28 23:14:54 +01:00
Philipp Hagemeister
6c072e7d25
release 2014.03.27
2014-03-27 02:22:57 +01:00
Philipp Hagemeister
510243ba58
release 2014.03.24.2
2014-03-24 15:00:47 +01:00
Philipp Hagemeister
23c322a531
release 2014.03.21
2014-03-21 00:37:23 +01:00
Philipp Hagemeister
9d840c43b5
release 2014.03.17
2014-03-17 14:49:02 +01:00
Philipp Hagemeister
d63516e9cd
release 2014.03.04.2
2014-03-04 20:56:31 +01:00
Philipp Hagemeister
17b75c0de1
Document width, height, and resolution ( #1445 )
2014-03-04 03:49:33 +01:00
Anthony J. Bentley
98c4b8fa1b
Fix minor typo: “to to” → “to”.
2014-02-19 20:02:29 -07:00
pulpe
0d4b4865cc
[README.md] correct the test command
2014-02-19 16:13:45 +01:00
Philipp Hagemeister
fe52f9f956
Document prefered config location ( #2407 )
2014-02-19 11:35:35 +01:00
Philipp Hagemeister
09c4d50944
Fix indenting in README
2014-02-17 14:58:39 +01:00
Philipp Hagemeister
9d3ac7444d
release 2014.02.03
2014-02-03 06:54:37 +01:00
Philipp Hagemeister
a96ed91610
Add tutorial for adding a new IE
2014-01-31 04:23:39 +01:00
Philipp Hagemeister
63ef36e8d8
Add build instructions ( Fixes #2218 )
2014-01-23 23:28:29 +01:00
Philipp Hagemeister
629be17af4
release 2014.01.23.2
2014-01-23 19:05:05 +01:00
Philipp Hagemeister
c35b1b07e2
release 2014.01.23
2014-01-23 00:13:00 +01:00
Philipp Hagemeister
780083dbc6
release 2014.01.22.5
2014-01-22 21:57:17 +01:00
Philipp Hagemeister
79bf58f9b5
Document -f worstaudio as well
2014-01-22 14:55:45 +01:00
Philipp Hagemeister
cd8a562267
release 2014.01.22.3
2014-01-22 14:53:36 +01:00
Philipp Hagemeister
a70c83768e
release 2014.01.22.2
2014-01-22 14:33:16 +01:00
Philipp Hagemeister
2989501131
release 2014.01.21
2014-01-21 14:07:41 +01:00
Philipp Hagemeister
8e589a8a47
release 2013.01.17
2014-01-17 02:13:13 +01:00
Jaime Marquínez Ferrándiz
3d97cbbdaf
Fix typo in the readme
2014-01-09 18:40:23 +01:00
Philipp Hagemeister
d420d8dd1b
release 2014.01.08
2014-01-08 23:42:52 +01:00
Philipp Hagemeister
96f1b0741c
release 2014.01.07.5
2014-01-07 10:09:56 +01:00
Philipp Hagemeister
bac268e243
Clarify --date* documentation ( Fixes #2093 )
2014-01-07 10:09:37 +01:00
Philipp Hagemeister
5f263296ea
Merge remote-tracking branch 'epitron/metadata-pp'
...
Conflicts:
youtube_dl/PostProcessor.py
2014-01-07 05:44:44 +01:00
Philipp Hagemeister
4ea170b8a0
release 2014.01.05.1
2014-01-05 04:44:34 +01:00
Philipp Hagemeister
fa7f58e433
release 2014.01.03
2014-01-03 12:12:17 +01:00
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.
2014-01-02 07:47:28 -05:00
Philipp Hagemeister
a17c95f5e4
[README] Bug reporting: Add an item for unrelated questions
2014-01-01 19:18:20 +01:00
Philipp Hagemeister
a94e129a65
release 2013.12.23.1
2013-12-23 04:20:25 +01:00
Philipp Hagemeister
8863d0de91
release 2013.12.16
2013-12-16 04:45:32 +01:00
Philipp Hagemeister
df8ae1e3a2
release 2013.12.09.2
2013-12-09 18:31:31 +01:00
Philipp Hagemeister
2a18bc9a4b
Add some bug reporting hints
2013-12-09 04:20:14 +01:00
Philipp Hagemeister
eaa1a7bde3
release 2013.12.09.1
2013-12-09 04:09:06 +01:00
Philipp Hagemeister
671c0f151d
release 2013.12.04
2013-12-04 14:19:07 +01:00
Philipp Hagemeister
731e3dde29
release 2013.12.03
2013-12-03 13:13:09 +01:00
Philipp Hagemeister
fb27c2295e
Correct configuration file locations
2013-12-03 13:09:48 +01:00
Philipp Hagemeister
1b753cb334
Add Windows configuration file locations ( #1881 )
2013-12-03 13:04:02 +01:00
Philipp Hagemeister
0037e02921
release 2013.12.02
2013-12-02 13:37:26 +01:00
Nicolas Kaiser
e1f900d6a4
fix typo in README.md
2013-11-29 09:44:05 +01:00
Philipp Hagemeister
d323bcb152
release 2013.11.20
2013-11-20 07:25:17 +01:00
Philipp Hagemeister
1777d5a952
release 2013.11.11
2013-11-11 18:28:17 +01:00
Philipp Hagemeister
f088ea5486
release 2013.10.28
2013-10-28 11:34:21 +01:00
Philipp Hagemeister
b186d949cf
release 2013.10.18.2
2013-10-18 23:22:54 +02:00
Philipp Hagemeister
8abbf43f21
release 2013.10.15
2013-10-15 12:06:45 +02:00
Philipp Hagemeister
4481a754e4
release 2013.10.07
2013-10-07 14:34:19 +02:00
Philipp Hagemeister
9ab1018b1a
release 2013.10.04
2013-10-04 00:38:19 +02:00
Filippo Valsorda
47192f92d8
implement --no-playlist to only download current video - closes #755
2013-09-30 16:26:25 -04:00
Philipp Hagemeister
8b25323ae2
release 2013.09.24.1
2013-09-24 21:40:47 +02:00
Philipp Hagemeister
63037593c0
release 2013.09.20
2013-09-20 10:24:48 +02:00
Philipp Hagemeister
07ac9e2cc2
release 2013.09.12
2013-09-12 11:26:44 +02:00
Philipp Hagemeister
08523ee20a
release 2013.09.04
2013-09-04 14:33:32 +02:00
Philipp Hagemeister
8ae7be3ef4
release 2013.08.23
2013-08-23 23:09:53 +02:00
Philipp Hagemeister
be925dc64c
release 2013.07.19
2013-07-19 23:42:29 +02:00
Philipp Hagemeister
d5a62e4f5f
release 2013.07.02
2013-07-02 09:14:09 +02:00
Philipp Hagemeister
2e1b3afeca
README.md: Fix markup and some of the text.
...
(Originally from Rogério Brito <rbrito@ime.usp.br>)
2013-07-02 07:39:54 +02:00
Jaime Marquínez Ferrándiz
1083705fe8
Update the default output template in the README
...
It was changed in 08b2ac745a
2013-06-29 16:35:28 +02:00
Philipp Hagemeister
e88f5e0b4e
release 2013.06.34
2013-06-27 13:02:57 +02:00
Ismael Mejia
0ca45b233f
Added missing write-auto-sub option in README file
2013-06-26 11:34:38 +02:00
Ismael Mejia
65cceef8f4
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
2013-06-26 11:28:47 +02:00
Philipp Hagemeister
81b42336ad
release 2013.06.33
2013-06-25 22:42:02 +02:00
Philipp Hagemeister
b07d9c23c5
release 2013.06.23
2013-06-23 23:42:21 +02:00
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>
2013-06-22 19:16:11 -03:00
Philipp Hagemeister
02030ff7fe
release 2013.05.13
2013-05-13 09:38:27 +02:00
jakeogh
1a2adf3f49
added --get-id option to print video IDs
2013-05-05 22:30:07 -07:00
Philipp Hagemeister
891629c84a
release 2013.05.05
2013-05-04 12:31:17 +02:00
Philipp Hagemeister
d496a75d0a
release 2013.05.01
2013-05-01 14:07:23 +02:00
Philipp Hagemeister
dbc50fdf82
Fix help for --proxy
2013-04-30 18:27:54 +02:00
Philipp Hagemeister
b1d2ef9255
release 2013.04.30
2013-04-30 18:00:56 +02:00
Philipp Hagemeister
6ce533a220
release 2013.04.28
2013-04-28 16:32:05 +02:00
Philipp Hagemeister
fc63faf070
release 2013.04.27
2013-04-28 15:53:14 +02:00
Jaime Marquínez Ferrándiz
e31852aba9
Document the video selection using the upload date
2013-04-28 12:02:30 +02:00
Jaime Marquínez Ferrándiz
3820df0106
Merge pull request #801 from expleo/add_referer_support
2013-04-26 19:34:32 +02:00
Bjorn Heesakkers
59cc5d9380
Updated README
2013-04-24 14:12:33 +02:00
Jaime Marquínez Ferrándiz
f4b659f782
Document order of preference for format selection ( closes #798 )
2013-04-23 10:33:54 +02:00
Philipp Hagemeister
8cb94542f4
release 2013.04.22
2013-04-22 20:01:56 +02:00
Jaime Marquínez Ferrándiz
dce9027045
Merge branch 'extract_info_rewrite'
2013-04-19 21:57:08 +02:00
Jaime Marquínez Ferrándiz
d281274bf2
Add a playlist_index key to the info_dict, can be used in the output template
2013-04-16 15:13:29 +02:00
Philipp Hagemeister
b625bc2c31
release 2013.04.11
2013-04-11 18:42:57 +02:00
Jaime Marquínez Ferrándiz
14294236bf
Merge branch 'master' into extract_info_rewrite
2013-04-05 12:39:51 +02:00
Philipp Hagemeister
1bf2801e6a
release 2013.03.29
2013-03-29 21:22:57 +01:00
Jaime Marquínez Ferrándiz
7eab8dc750
Pass the playlist info_dict to process_info
...
the playlist value can be used in the output template
2013-03-29 12:32:42 +01:00
glisignoli
355fc8e944
Update README.md
2013-02-15 15:57:40 +13:00
Philipp Hagemeister
085c8b75a6
release 2013.02.02
2013-02-02 14:45:38 +01:00
Philipp Hagemeister
dbf2ba3d61
Better help for new options
2013-02-02 14:44:22 +01:00
Jeff Crouse
9e982f9e4e
Added "min-filesize" and "max-filesize" options
2013-02-01 18:09:34 +01:00
Philipp Hagemeister
fbc5f99db9
release 2013.01.12
2013-01-12 17:59:58 +01:00
Philipp Hagemeister
280d67896a
Correct documentation ( Closes #625 )
2013-01-10 23:20:26 +01:00
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)
2012-12-31 19:12:57 +01:00
Filippo Valsorda
4e38899e97
print some version and environment info on --verbose (+ py3 fixes)
2012-12-30 19:50:33 +01:00
Filippo Valsorda
99b0a1292b
add --no-post-overwrites to README.md; + minor style fixes
2012-12-26 20:39:33 +01:00
Filippo Valsorda
77c4beab8a
new info_dict field: uploader_id
2012-12-20 16:28:16 +01:00
Filippo Valsorda
3c6ffbaedb
Merge 'rg3/master' into fork_master
2012-12-08 01:57:43 +01:00
Philipp Hagemeister
4b235346d6
Add irc channel notice
2012-11-29 19:45:07 +01:00
Philipp Hagemeister
c6f3620859
Drop 2.5 support
2012-11-28 03:30:35 +01:00
Philipp Hagemeister
d94adc2638
Actually fix manpage ( #473 )
2012-11-27 16:58:50 +01:00
Philipp Hagemeister
cc872b68a8
Actually merge #379
2012-11-27 16:42:50 +01:00
Philipp Hagemeister
877f4c45d3
Fix output format doc
2012-11-27 16:28:29 +01:00
Philipp Hagemeister
02531431f2
Extended documentation for output format in README ( Closes #268 )
2012-11-27 16:27:35 +01:00
Philipp Hagemeister
56781d3d2e
Switch back to underline for invalid characters, and make restricted ASCII-only
2012-11-27 12:46:09 +01:00
Philipp Hagemeister
1c469a9480
New optoin --restrict-filenames
2012-11-26 23:58:46 +01:00
Philipp Hagemeister
71f36332dd
Remove redundancy in instructions
2012-11-26 23:40:51 +01:00
Philipp Hagemeister
8179d2ba74
Merge branch 'master' of github.com:rg3/youtube-dl
2012-11-26 23:25:04 +01:00
Philipp Hagemeister
df4bad3245
Document configuration
2012-11-26 23:24:55 +01:00
Filippo Valsorda
a7b5c8d6a8
fix FAQ on how to compile (also, starnge fix in the Makefile)
2012-11-26 22:35:12 +01:00
Filippo Valsorda
b6fab35b9f
alias %(title)s to %(stitle)s
2012-11-25 20:39:42 +01:00
Filippo Valsorda
baec15387c
aliased --literal to --title
2012-11-25 20:28:49 +01:00
Philipp Hagemeister
b7a34316d2
-x for --extract-audio, one of the most popular options
2012-10-30 17:41:38 +01:00
Philipp Hagemeister
74e453bdea
New --id option for the old default filename pattern
2012-10-30 17:37:53 +01:00
Philipp Hagemeister
b7b4796bf2
Fix docs
2012-10-01 18:39:24 +02:00
Filippo Valsorda
551fa9dfbf
adding new --output replacements. Thanks @danut007ro ( closes #442 )
2012-09-29 15:49:10 +02:00
Filippo Valsorda
ce3674430b
added new FAQ on exe dependency
2012-09-29 15:35:07 +02:00
Filippo Valsorda
5cdfaeb37b
New FAQ: What is this binary file? (+ small fix to other one)
2012-09-28 19:55:18 +02:00
Philipp Hagemeister
6c5b442a9b
Add recent breakage to FAQ ( Closes #433 )
2012-09-27 23:30:17 +02:00
Philipp Hagemeister
20326b8b1b
Let Makefile use youtube-dl source code instead of compiled binary
2012-09-27 20:21:20 +02:00
Philipp Hagemeister
234e230c87
Merge remote-tracking branch 'FiloSottille/vbr'
...
Conflicts:
youtube-dl
youtube-dl.exe
2012-09-27 20:18:29 +02:00
Filippo Valsorda
3a68d7b467
tweaked the --audio-quality input validation/specification
2012-08-19 23:25:16 +02:00
Filippo Valsorda
cfcec69331
auto-generating manpage from README.md ( closes #151 ); redesigned Makefile
2012-08-01 11:54:27 +02:00
Filippo Valsorda
b24676ce88
changed --audio-quality behaviour to support both CBR and VBR
2012-07-14 19:43:24 +02:00
Filippo Valsorda
505ed3088f
normalize ffmpeg/avconv names printing
2012-06-03 12:11:39 +02:00
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.
2012-05-01 17:01:51 +02:00
Filippo Valsorda
a0432a1e80
added --srt-lang; updated README; extended the -g FAQ
2012-03-15 14:56:08 +01:00
Philipp Hagemeister
c4105fa035
release 2012.02.26
2012-02-27 00:42:26 +01:00
Philipp Hagemeister
d6639d05c2
release 2011.12.18
2011-12-17 01:35:05 +01:00
Philipp Hagemeister
561504fffa
Release 2011.12.08
2011-12-08 21:39:13 +01:00
Philipp Hagemeister
c95da745bc
Mention -o - in doc ( Closes #204 )
2011-11-29 20:22:27 +01:00
Philipp Hagemeister
31a2ec2d88
Document -o %(upload_date)s ( Closes #228 )
2011-11-28 01:00:01 +01:00
Philipp Hagemeister
b88a52504e
--max-downloads option ( Closes #230 )
2011-11-28 00:55:44 +01:00
Philipp Hagemeister
2761012f69
Cosmetic changes to --list-formats
2011-09-30 09:07:36 +02:00
Philipp Hagemeister
9baa2ef53b
Update REAMDE.md
2011-09-26 20:29:15 +02:00
Philipp Hagemeister
3ce59dae88
Update README with new options
2011-09-21 18:48:51 +02:00
Philipp Hagemeister
eca1b76f01
Update README
2011-09-15 19:23:17 +02:00
Philipp Hagemeister
6a1ca41e17
Update README
2011-09-15 12:45:56 +02:00
Philipp Hagemeister
08c1d0d3bc
Update README
2011-09-14 22:55:09 +02:00
Philipp Hagemeister
1d2e86aed9
Decapitalize options in README for consistency with youtube-dl --help
2011-09-14 21:20:23 +02:00
Philipp Hagemeister
a2f7e3a5bb
Clarify usage
2011-09-14 21:19:33 +02:00
Philipp Hagemeister
f2a3a3522c
typo in README
2011-09-14 21:18:22 +02:00
Philipp Hagemeister
8236e85178
s#phihag#rg3
2011-09-13 23:58:31 +02:00
Philipp Hagemeister
803abae206
Do not claim copyright in README ( Closes #157 )
2011-09-13 23:54:50 +02:00
Philipp Hagemeister
5a2ba45e09
Clarify README
2011-09-13 21:51:06 +02:00
Philipp Hagemeister
e133e1213f
README: More bug filing instructions
2011-09-09 08:47:00 +02:00
Philipp Hagemeister
454d6691d8
Include ERROR: no fmt_url_map or conn information found in video info in FAQ
2011-09-09 08:41:52 +02:00
Philipp Hagemeister
8f88eb1fa7
Update Makefile to new README format
2011-09-04 11:47:58 +02:00
Philipp Hagemeister
447b1d7170
Added FAQ to README
2011-09-04 11:41:54 +02:00
Philipp Hagemeister
eb11aaccbb
Update bug reporting to this fork, so that vimeo/blip.tv issues are reported at phihag/issues instead of rg3/issues ( Closes #5 )
2011-08-28 23:44:23 +02:00
Philipp Hagemeister
4618f3da74
Makefile to recreate README
2011-08-25 00:09:28 +02:00
Daniel Bolton
2bf94b3116
Remove horizontal rules from README.md
2011-08-05 19:15:57 -04:00
Daniel Bolton
6bcd846b52
Add README.md (markdown file)
2011-08-05 19:14:13 -04:00