d475b3384c
[README] Better bug reporting instructions
...
Also address private emails which I get more and more these days.
2015-03-09 03:00:03 +01:00
7fde87c77d
release 2015.03.03.1
2015-03-03 13:59:38 +01:00
07490f8017
release 2015.03.03
2015-03-03 00:05:05 +01:00
66dc9a3701
[README] Document HTTP 429 ( Closes #5092 )
2015-03-01 12:04:39 +01:00
0134901108
release 2015.02.28
2015-02-28 21:24:25 +01:00
13cd97f3df
release 2015.02.26
2015-02-26 00:42:02 +01:00
459e5fbd5f
release 2015.02.23.1
2015-02-23 18:17:39 +01:00
a00a8bcc8a
Change example URLs in readme (fixes #5018y)
2015-02-20 22:43:51 +00:00
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
46312e0b46
release 2015.02.17
2015-02-17 17:29:32 +01:00
a568180441
release 2015.02.16
2015-02-16 04:51:20 +01:00
04bbe41330
release 2015.02.10.3
2015-02-10 05:42:47 +01:00
845734773d
release 2015.02.10.2
2015-02-10 03:32:55 +01:00
dd8930684e
release 2015.02.09
2015-02-09 10:28:16 +01:00
b29231c040
release 2015.02.08
2015-02-08 20:28:38 +01:00
12f0454cd6
[README] Add an FAQ entry about anime sites
2015-02-03 14:18:15 +01:00
330537d08a
[README] typo
2015-02-03 00:20:57 +01:00
869b4aeff4
release 2015.02.02.1
2015-02-02 20:35:04 +01:00
044131ba21
supported sites was not opening
...
required a .md at the end.
2015-02-02 03:49:28 +05:30
e2a08185c6
[README] Add an FAQ for YouTube IDs starting with a dash ( Closes #4800 )
2015-01-30 04:17:44 +01:00
5a8a29cfea
release 2015.01.30
2015-01-30 03:46:57 +01:00
2b1bd292ae
release 2015.01.25
2015-01-25 21:40:43 +01:00
fdaaaaa878
README: Recommend using flake8 instead of pyflake and pep8 separately
2015-01-23 21:10:10 +01:00
6f58db8982
release 2015.01.23.3
2015-01-23 12:17:19 +01:00
c994e6bd63
release 2015.01.23
2015-01-23 00:06:11 +01:00
b4a64c592b
[README] Add an FAQ entry about destination folder
2015-01-22 18:21:17 +01:00
898c23c03f
release 2015.01.22
2015-01-22 12:04:26 +01:00
fbef83f399
[README] Add FAQ for playing from another machine ( Fixes #4693 )
2015-01-13 08:10:17 +01:00
15aecd8711
release 2015.01.11
2015-01-11 17:47:04 +01:00
c071733fd4
[README] Highlight that bug reports should include the -v output
2015-01-10 21:07:44 +01:00
cd3063f3fa
release 2015.01.10.2
2015-01-10 21:03:00 +01:00
149f05c7b6
release 2015.01.10.1
2015-01-10 20:06:13 +01:00
6ef9f88299
release 2015.01.10
2015-01-10 05:51:22 +01:00
754c838903
release 2015.01.09
2015-01-09 20:20:55 +01:00
5e4166478d
[README] Add an FAQ entry for how to install on Windows
2015-01-09 19:17:15 +01:00
11497d5bba
release 2015.01.08
2015-01-08 16:15:08 +01:00
52fc3ba405
Change path name to MSDN standard.
...
<Yourname> changed to <user name>, which is more general.
2015-01-08 14:17:26 +02:00
966ea3aebd
[README] Typo / clarify FAQ
2014-12-30 23:41:29 +01:00
416c7fcbce
Add documentation about supported sites ( Fixes #4503 )
2014-12-30 19:35:35 +01:00
b50e3bc67f
[README] Add table of contents ( Closes #4458 )
2014-12-16 16:33:23 +01:00
caff59499c
[README] Fix code rendering
2014-12-15 11:14:06 +01:00
99a0f9824a
[README] Highlight code examples
2014-12-15 11:11:52 +01:00
8acb83d993
[README] Make example audio sound not that horrible ;)
2014-12-15 01:34:39 +01:00
71b640cc5b
[YoutubeDL] Add declarative version of progress hooks
2014-12-15 01:26:20 +01:00
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
2101f5d4cc
release 2014.12.12.4
2014-12-12 17:18:22 +01:00
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
b3efb3ebae
[README] More concise and nicer bug reporting instructions
2014-12-12 16:40:37 +01:00
9776bc7f57
release 2014.12.04
2014-12-04 08:34:12 +01:00
a03aaaed2e
Declare Python 3.2 compatibility
2014-11-26 13:08:42 +01:00