aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-17Merge remote-tracking branch 'petrkutalek/dvtv'Philipp Hagemeister
2014-12-17[dvtv] Add new extractorPetr Kutalek
2014-12-17[flake8] Ignore build/ directoryPhilipp Hagemeister
That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
2014-12-17[theplatform] Extract captions (Closes #4495)Sergey M․
2014-12-17[screencastomatic] Remove unused variableJaime Marquínez Ferrándiz
2014-12-17YoutubeDL: style fixJaime Marquínez Ferrándiz
2014-12-17Merge pull request #4501 from AndroKev/masterPhilipp Hagemeister
only add video-id to archive, when successful
2014-12-17Update YoutubeDL.pyAndroKev
2014-12-17only add video-id to archive, when successfulAndroKev
Example: no space left--> youtube-dl adds the id to archive, but the video isn't fully downloaded
2014-12-17release 2014.12.17.22014.12.17.2Philipp Hagemeister
2014-12-17[downloader] Handle a file ./- (Fixes #4498)Philipp Hagemeister
2014-12-17release 2014.12.17.12014.12.17.1Philipp Hagemeister
2014-12-17[comedycentral] Match URLs with a second ID (fixes #4499)Philipp Hagemeister
2014-12-17release 2014.12.172014.12.17Philipp Hagemeister
2014-12-17[screencastomatic] Add new extractor (Fixes #4497)Philipp Hagemeister
2014-12-17[nhl] Allow upper-case video IDs (Fixes #4494)Philipp Hagemeister
2014-12-17[aljazeera] Add unicode_literals markerPhilipp Hagemeister
2014-12-17Improve code stylePhilipp Hagemeister
2014-12-17[mit] ModernizePhilipp Hagemeister
2014-12-16flake8: Add more ignored filesJaime Marquínez Ferrándiz
* setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py * devscripts/buildserver.py: Produces a lot of messages
2014-12-16Move flake8 configuration to setup.cfgJaime Marquínez Ferrándiz
It will be used when calling flake8 from any directory in the project
2014-12-16Use flake8 instead of pyflakes and pep8Jaime Marquínez Ferrándiz
It combines both tools
2014-12-16[test/test_unicode_literals] Remove duplicated importsJaime Marquínez Ferrándiz
2014-12-16release 2014.12.16.22014.12.16.2Philipp Hagemeister
2014-12-16[orf:tvthek] Add support for topic URLs (Fixes #4474)Philipp Hagemeister
2014-12-16[brightcove] Add shorter URL scheme for other extractorsPhilipp Hagemeister
2014-12-16[README] Add table of contents (Closes #4458)Philipp Hagemeister
2014-12-16release 2014.12.16.12014.12.16.1Philipp Hagemeister
2014-12-16Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-16[allocine] Add test for new URL formatSergey M․
2014-12-16[youtube:feeds] (Fixes #4486)Philipp Hagemeister
2014-12-16Merge pull request #4490 from Tailszefox/masterSergey M.
[Allocine] Support for more URLs
2014-12-16[aljazeera] Add extractor (closes #4487)Jaime Marquínez Ferrándiz
2014-12-16[Allocine] Support for more URLsTailszefox
2014-12-16Drop hash character in downloader output (#4484)Philipp Hagemeister
2014-12-16release 2014.12.162014.12.16Philipp Hagemeister
2014-12-16[devscripts/make_contributing] Switch to optparse (Fixes #4483)Philipp Hagemeister
2014-12-16[YoutubeDL] Document where details for format can be foundPhilipp Hagemeister
2014-12-15[youtube:playlist] Work around buggy playlists (fixes #4449)Jaime Marquínez Ferrándiz
They show a "Load more" button, but they don't have more videos. The continuation url in the json file was a link to itself, so we ended up in an infinite loop.
2014-12-15[README] Fix code renderingPhilipp Hagemeister
2014-12-15[README] Highlight code examplesPhilipp Hagemeister
2014-12-15Remove unused importsJaime Marquínez Ferrándiz
2014-12-15[streamcloud] ModernizeNaglis Jonaitis
2014-12-15[mooshare] ModernizeNaglis Jonaitis
2014-12-15release 2014.12.152014.12.15Philipp 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-15[Makefile] Ensure that offline test really is offlinePhilipp Hagemeister
2014-12-14Improve and test ffmpeg version detectionPhilipp Hagemeister