Philipp Hagemeister
13cd97f3df
release 2015.02.26
2015-02-26 00:42:02 +01:00
Philipp Hagemeister
459e5fbd5f
release 2015.02.23.1
2015-02-23 18:17:39 +01:00
CyberJacob
a00a8bcc8a
Change example URLs in readme (fixes #5018y)
2015-02-20 22:43:51 +00:00
Philipp Hagemeister
b8b928d5cb
[README] Add an FAQ entry for the player change in anticipation of many more bug reports
2015-02-18 10:54:45 +01:00
Philipp Hagemeister
46312e0b46
release 2015.02.17
2015-02-17 17:29:32 +01:00
Philipp Hagemeister
a568180441
release 2015.02.16
2015-02-16 04:51:20 +01:00
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