aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-01-25release 2015.01.252015.01.25Philipp Hagemeister
2015-01-23README: Recommend using flake8 instead of pyflake and pep8 separatelyJaime Marquínez Ferrándiz
2015-01-23release 2015.01.23.32015.01.23.3Philipp Hagemeister
2015-01-23release 2015.01.232015.01.23Philipp Hagemeister
2015-01-22[README] Add an FAQ entry about destination folderPhilipp Hagemeister
2015-01-22release 2015.01.222015.01.22Philipp Hagemeister
2015-01-13[README] Add FAQ for playing from another machine (Fixes #4693)Philipp Hagemeister
2015-01-11release 2015.01.112015.01.11Philipp Hagemeister
2015-01-10[README] Highlight that bug reports should include the -v outputPhilipp Hagemeister
2015-01-10release 2015.01.10.22015.01.10.2Philipp Hagemeister
2015-01-10release 2015.01.10.12015.01.10.1Philipp Hagemeister
2015-01-10release 2015.01.102015.01.10Philipp Hagemeister
2015-01-09release 2015.01.092015.01.09Philipp Hagemeister
2015-01-09[README] Add an FAQ entry for how to install on WindowsPhilipp Hagemeister
2015-01-08release 2015.01.082015.01.08Philipp Hagemeister
2015-01-08Change path name to MSDN standard.Li4ick
<Yourname> changed to <user name>, which is more general.
2014-12-30[README] Typo / clarify FAQPhilipp Hagemeister
2014-12-30Add 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 renderingPhilipp Hagemeister
2014-12-15[README] Highlight code examplesPhilipp Hagemeister
2014-12-15[README] Make example audio sound not that horrible ;)Philipp Hagemeister
2014-12-15[YoutubeDL] Add declarative version of progress hooksPhilipp Hagemeister
2014-12-15[YoutubeDL] Make postprocessors declarativePhilipp 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-12release 2014.12.12.42014.12.12.4Philipp Hagemeister
2014-12-12Download playlist items in reverse orderMark 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
2014-12-12[README] More concise and nicer bug reporting instructionsPhilipp Hagemeister
2014-12-04release 2014.12.042014.12.04Philipp Hagemeister
2014-11-26Declare Python 3.2 compatibilityPhilipp Hagemeister
2014-11-26Clarify --no-playlist documentation (Closes #4309)Philipp Hagemeister
2014-11-25[README] Mention _og_search_description (#4304)Philipp Hagemeister
Lots of sites do have this meta tag, so just add it to the example.
2014-11-25[README] Adapt code to new stylePhilipp Hagemeister
Next to every IE will download the webpage first anyways.
2014-11-12Merge remote-tracking branch 'michael-k/links'Philipp Hagemeister
2014-11-09release 2014.11.092014.11.09Philipp Hagemeister
2014-11-02[README] Replace links to kernel.org with links to git-scm.comMichael Käufl
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-01[README] Update FAQ on Ubuntu (#4078)Philipp Hagemeister
2014-10-28Start documentation on how to embed youtube-dlPhilipp Hagemeister
2014-10-25release 2014.10.252014.10.25Philipp Hagemeister
2014-10-24release 2014.10.242014.10.24Philipp Hagemeister
2014-10-13release 2014.10.132014.10.13Philipp Hagemeister
2014-09-29[README] Explain updating in detail (Fixes #3850)Philipp Hagemeister
2014-09-28[README] Clarify test's md5 filesize (#3846)Sergey M․
2014-09-28[README] Use _match_id helper functionPhilipp Hagemeister
2014-09-18release 2014.09.182014.09.18Philipp Hagemeister
2014-09-13[README] Add old Ubuntu versions to FAQPhilipp Hagemeister
2014-08-25release 2014.08.25.12014.08.25.1Philipp Hagemeister
2014-08-24release 2014.08.24.62014.08.24.6Philipp Hagemeister
2014-08-22[README] Add thumbnail to _TEST examplePhilipp Hagemeister
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
2014-08-22[README] formatPhilipp Hagemeister
2014-08-22[README] brevity is the soul of witPhilipp Hagemeister
These instructions are overly long as it is. Leave out the _TESTS example; most developers will not need it in their first IE.