1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00
Commit Graph

728 Commits

Author SHA1 Message Date
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
acda92f6bc Clarify --no-playlist documentation (Closes #4309) 2014-11-26 10:51:03 +01:00
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
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
b703ab4d7f Merge remote-tracking branch 'michael-k/links' 2014-11-12 15:31:54 +01:00
1d4df56d09 release 2014.11.09 2014-11-09 22:32:41 +01:00
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
08965906a8 [README] Update FAQ on Ubuntu (#4078) 2014-11-01 19:24:56 +01:00
03df7baa6a Start documentation on how to embed youtube-dl 2014-10-28 12:54:39 +01:00