summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #4501 from AndroKev/masterPhilipp Hagemeister2014-12-171-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | only add video-id to archive, when successful
| * | | | | | Update YoutubeDL.pyAndroKev2014-12-171-1/+1
| | | | | | |
| * | | | | | only add video-id to archive, when successfulAndroKev2014-12-171-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Example: no space left--> youtube-dl adds the id to archive, but the video isn't fully downloaded
* | | | | | release 2014.12.17.2Philipp Hagemeister2014-12-171-1/+1
| | | | | |
* | | | | | [downloader] Handle a file ./- (Fixes #4498)Philipp Hagemeister2014-12-171-1/+1
| | | | | |
* | | | | | release 2014.12.17.1Philipp Hagemeister2014-12-171-1/+1
| | | | | |
* | | | | | [comedycentral] Match URLs with a second ID (fixes #4499)Philipp Hagemeister2014-12-171-1/+4
| | | | | |
* | | | | | release 2014.12.17Philipp Hagemeister2014-12-171-1/+1
| | | | | |
* | | | | | [screencastomatic] Add new extractor (Fixes #4497)Philipp Hagemeister2014-12-172-0/+51
| | | | | |
* | | | | | [nhl] Allow upper-case video IDs (Fixes #4494)Philipp Hagemeister2014-12-171-1/+1
| | | | | |
* | | | | | [aljazeera] Add unicode_literals markerPhilipp Hagemeister2014-12-171-0/+2
| | | | | |
* | | | | | Improve code stylePhilipp Hagemeister2014-12-177-8/+5
| | | | | |
* | | | | | [mit] ModernizePhilipp Hagemeister2014-12-171-5/+4
| | | | | |
* | | | | | flake8: Add more ignored filesJaime Marquínez Ferrándiz2014-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | Move flake8 configuration to setup.cfgJaime Marquínez Ferrándiz2014-12-162-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | It will be used when calling flake8 from any directory in the project
* | | | | | Use flake8 instead of pyflakes and pep8Jaime Marquínez Ferrándiz2014-12-161-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | It combines both tools
* | | | | | [test/test_unicode_literals] Remove duplicated importsJaime Marquínez Ferrándiz2014-12-161-2/+0
| | | | | |
* | | | | | release 2014.12.16.2Philipp Hagemeister2014-12-161-1/+1
| | | | | |
* | | | | | [orf:tvthek] Add support for topic URLs (Fixes #4474)Philipp Hagemeister2014-12-161-5/+20
| | | | | |
* | | | | | [brightcove] Add shorter URL scheme for other extractorsPhilipp Hagemeister2014-12-162-5/+6
| | | | | |
* | | | | | [README] Add table of contents (Closes #4458)Philipp Hagemeister2014-12-162-4/+25
| | | | | |
* | | | | | release 2014.12.16.1Philipp Hagemeister2014-12-161-1/+1
| | | | | |
* | | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-161-1/+4
|\ \ \ \ \ \
| * | | | | | [allocine] Add test for new URL formatSergey M․2014-12-161-0/+3
| | | | | | |
| * | | | | | Merge pull request #4490 from Tailszefox/masterSergey M.2014-12-161-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [Allocine] Support for more URLs
| | * | | | | | [Allocine] Support for more URLsTailszefox2014-12-161-1/+1
| | | | | | | |
* | | | | | | | [youtube:feeds] (Fixes #4486)Philipp Hagemeister2014-12-161-3/+5
|/ / / / / / /
* / / / / / / [aljazeera] Add extractor (closes #4487)Jaime Marquínez Ferrándiz2014-12-162-0/+33
|/ / / / / /
* | | | | | Drop hash character in downloader output (#4484)Philipp Hagemeister2014-12-161-1/+1
| | | | | |
* | | | | | release 2014.12.16Philipp Hagemeister2014-12-161-1/+1
| | | | | |
* | | | | | [devscripts/make_contributing] Switch to optparse (Fixes #4483)Philipp Hagemeister2014-12-161-10/+10
| | | | | |
* | | | | | [YoutubeDL] Document where details for format can be foundPhilipp Hagemeister2014-12-161-1/+1
| | | | | |
* | | | | | [youtube:playlist] Work around buggy playlists (fixes #4449)Jaime Marquínez Ferrándiz2014-12-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | [README] Fix code renderingPhilipp Hagemeister2014-12-151-31/+31
| | | | | |
* | | | | | [README] Highlight code examplesPhilipp Hagemeister2014-12-151-1/+4
| | | | | |
* | | | | | Remove unused importsJaime Marquínez Ferrándiz2014-12-152-2/+0
| | | | | |
* | | | | | [streamcloud] ModernizeNaglis Jonaitis2014-12-151-2/+1
| | | | | |
* | | | | | [mooshare] ModernizeNaglis Jonaitis2014-12-151-2/+1
| | | | | |
* | | | | | release 2014.12.15Philipp Hagemeister2014-12-151-1/+1
| | | | | |
* | | | | | [README] Make example audio sound not that horrible ;)Philipp Hagemeister2014-12-151-1/+1
| | | | | |
* | | | | | [YoutubeDL] Add declarative version of progress hooksPhilipp Hagemeister2014-12-153-18/+32
| | | | | |
* | | | | | [YoutubeDL] Make postprocessors declarativePhilipp Hagemeister2014-12-155-38/+93
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | [Makefile] Ensure that offline test really is offlinePhilipp Hagemeister2014-12-151-1/+1
| | | | | |
* | | | | | Improve and test ffmpeg version detectionPhilipp Hagemeister2014-12-142-18/+37
| | | | | |
* | | | | | Remove test/write_info_jsonPhilipp Hagemeister2014-12-141-76/+0
| | | | | | | | | | | | | | | | | | | | | | | | This is now covered by every single test_download testcase anyways :)
* | | | | | Add offlinetest make targetPhilipp Hagemeister2014-12-141-1/+15
| | | | | |
* | | | | | [yesjapan] Look for datetime inside `submit_info`Naglis Jonaitis2014-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Oops..
* | | | | | [yesjapan] Add new extractor (Closes #4466)Naglis Jonaitis2014-12-142-0/+63
| | | | | |
* | | | | | [youtube] Fix player ID detectionPhilipp Hagemeister2014-12-141-1/+1
| | | | | |
* | | | | | release 2014.12.14Philipp Hagemeister2014-12-141-1/+1
| | | | | |