Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-12-12 | [README] More concise and nicer bug reporting instructions | Philipp Hagemeister | |
2014-12-04 | release 2014.12.042014.12.04 | Philipp Hagemeister | |
2014-11-26 | Declare Python 3.2 compatibility | Philipp Hagemeister | |
2014-11-26 | Clarify --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 style | Philipp Hagemeister | |
Next to every IE will download the webpage first anyways. | |||
2014-11-12 | Merge remote-tracking branch 'michael-k/links' | Philipp Hagemeister | |
2014-11-09 | release 2014.11.092014.11.09 | Philipp Hagemeister | |
2014-11-02 | [README] Replace links to kernel.org with links to git-scm.com | Michael 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-28 | Start documentation on how to embed youtube-dl | Philipp Hagemeister | |
2014-10-25 | release 2014.10.252014.10.25 | Philipp Hagemeister | |
2014-10-24 | release 2014.10.242014.10.24 | Philipp Hagemeister | |
2014-10-13 | release 2014.10.132014.10.13 | Philipp 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 function | Philipp Hagemeister | |
2014-09-18 | release 2014.09.182014.09.18 | Philipp Hagemeister | |
2014-09-13 | [README] Add old Ubuntu versions to FAQ | Philipp Hagemeister | |
2014-08-25 | release 2014.08.25.12014.08.25.1 | Philipp Hagemeister | |
2014-08-24 | release 2014.08.24.62014.08.24.6 | Philipp Hagemeister | |
2014-08-22 | [README] Add thumbnail to _TEST example | Philipp Hagemeister | |
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field. | |||
2014-08-22 | [README] format | Philipp Hagemeister | |
2014-08-22 | [README] brevity is the soul of wit | Philipp Hagemeister | |
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 | Merge remote-tracking branch 'terminalmage/readme' | Philipp Hagemeister | |
2014-08-21 | [README] Document homebrew and pip installation (#3190) | Philipp Hagemeister | |
2014-08-05 | Add more information about running tests, add syntax highlighting | Erik Johnson | |
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-07-30 | release 2014.07.302014.07.30 | Philipp Hagemeister | |
2014-07-25 | release 2014.07.252014.07.25 | Philipp Hagemeister | |
2014-07-17 | Fix the url in the INSTALLATION section | Reventl0v | |
2014-07-11 | release 2014.07.11.32014.07.11.3 | Philipp Hagemeister | |
2014-07-10 | release 2014.07.102014.07.10 | Philipp Hagemeister | |
2014-05-13 | Split man and README (Fixes #2892) | Philipp Hagemeister | |
2014-05-13 | [README] Stress example URL | Philipp Hagemeister | |
This seems to be the part most often overlooked in our README. | |||
2014-04-13 | release 2014.04.132014.04.13 | Philipp Hagemeister | |
2014-04-03 | [README] Fix VALID_URL in extractor example | Philipp Hagemeister | |
2014-04-03 | [README] Add md5 to code example | Philipp Hagemeister | |
2014-04-03 | [README] Improve developer instructions | Philipp Hagemeister | |
Add a longer tutorial that should cover everything needed to start developing IEs. Fixes #2676 | |||
2014-03-30 | release 2014.03.302014.03.30 | Philipp Hagemeister | |
2014-03-28 | release 2014.03.282014.03.28 | Philipp Hagemeister | |
2014-03-27 | release 2014.03.272014.03.27 | Philipp Hagemeister | |
2014-03-24 | release 2014.03.24.22014.03.24.2 | Philipp Hagemeister | |