Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-15 | release 2015.03.152015.03.15 | Philipp Hagemeister | |
2015-03-13 | [YoutubeDL] Check for bytes instead of unicode output templates (#5192) | Philipp Hagemeister | |
Also adapt the embedding examples for those poor souls still using 2.x. | |||
2015-03-09 | release 2015.03.092015.03.09 | Philipp Hagemeister | |
2015-03-09 | [README] Better bug reporting instructions | Philipp Hagemeister | |
Also address private emails which I get more and more these days. | |||
2015-03-03 | release 2015.03.03.12015.03.03.1 | Philipp Hagemeister | |
2015-03-03 | release 2015.03.032015.03.03 | Philipp Hagemeister | |
2015-03-01 | [README] Document HTTP 429 (Closes #5092) | Philipp Hagemeister | |
2015-02-28 | release 2015.02.282015.02.28 | Philipp Hagemeister | |
2015-02-26 | release 2015.02.262015.02.26 | Philipp Hagemeister | |
2015-02-23 | release 2015.02.23.12015.02.23.1 | Philipp Hagemeister | |
2015-02-20 | Change example URLs in readme (fixes #5018y) | CyberJacob | |
2015-02-18 | [README] Add an FAQ entry for the player change in anticipation of many more ↵ | Philipp Hagemeister | |
bug reports | |||
2015-02-17 | release 2015.02.172015.02.17 | Philipp Hagemeister | |
2015-02-16 | release 2015.02.162015.02.16 | Philipp Hagemeister | |
2015-02-10 | release 2015.02.10.32015.02.10.3 | Philipp Hagemeister | |
2015-02-10 | release 2015.02.10.22015.02.10.2 | Philipp Hagemeister | |
2015-02-09 | release 2015.02.092015.02.09 | Philipp Hagemeister | |
2015-02-08 | release 2015.02.082015.02.08 | Philipp Hagemeister | |
2015-02-03 | [README] Add an FAQ entry about anime sites | Philipp Hagemeister | |
2015-02-03 | [README] typo | Philipp Hagemeister | |
2015-02-02 | release 2015.02.02.12015.02.02.1 | Philipp Hagemeister | |
2015-02-02 | supported sites was not opening | Sahebjot singh | |
required a .md at the end. | |||
2015-01-30 | [README] Add an FAQ for YouTube IDs starting with a dash (Closes #4800) | Philipp Hagemeister | |
2015-01-30 | release 2015.01.302015.01.30 | Philipp Hagemeister | |
2015-01-25 | release 2015.01.252015.01.25 | Philipp Hagemeister | |
2015-01-23 | README: Recommend using flake8 instead of pyflake and pep8 separately | Jaime Marquínez Ferrándiz | |
2015-01-23 | release 2015.01.23.32015.01.23.3 | Philipp Hagemeister | |
2015-01-23 | release 2015.01.232015.01.23 | Philipp Hagemeister | |
2015-01-22 | [README] Add an FAQ entry about destination folder | Philipp Hagemeister | |
2015-01-22 | release 2015.01.222015.01.22 | Philipp Hagemeister | |
2015-01-13 | [README] Add FAQ for playing from another machine (Fixes #4693) | Philipp Hagemeister | |
2015-01-11 | release 2015.01.112015.01.11 | Philipp Hagemeister | |
2015-01-10 | [README] Highlight that bug reports should include the -v output | Philipp Hagemeister | |
2015-01-10 | release 2015.01.10.22015.01.10.2 | Philipp Hagemeister | |
2015-01-10 | release 2015.01.10.12015.01.10.1 | Philipp Hagemeister | |
2015-01-10 | release 2015.01.102015.01.10 | Philipp Hagemeister | |
2015-01-09 | release 2015.01.092015.01.09 | Philipp Hagemeister | |
2015-01-09 | [README] Add an FAQ entry for how to install on Windows | Philipp Hagemeister | |
2015-01-08 | release 2015.01.082015.01.08 | Philipp Hagemeister | |
2015-01-08 | Change path name to MSDN standard. | Li4ick | |
<Yourname> changed to <user name>, which is more general. | |||
2014-12-30 | [README] Typo / clarify FAQ | Philipp Hagemeister | |
2014-12-30 | Add documentation about supported sites (Fixes #4503) | Philipp Hagemeister | |
2014-12-16 | [README] Add table of contents (Closes #4458) | Philipp Hagemeister | |
2014-12-15 | [README] Fix code rendering | Philipp Hagemeister | |
2014-12-15 | [README] Highlight code examples | Philipp Hagemeister | |
2014-12-15 | [README] Make example audio sound not that horrible ;) | Philipp Hagemeister | |
2014-12-15 | [YoutubeDL] Add declarative version of progress hooks | Philipp Hagemeister | |
2014-12-15 | [YoutubeDL] Make postprocessors declarative | Philipp Hagemeister | |
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-12 | release 2014.12.12.42014.12.12.4 | Philipp Hagemeister | |
2014-12-12 | Download playlist items in reverse order | Mark Schreiber | |
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 |