Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'petrkutalek-dvtv' | Sergey M․ | 2014-12-21 | 1 | -27/+89 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | [dvtv] Simplify | Sergey M․ | 2014-12-21 | 1 | -17/+19 | |
| | | | | ||||||
| * | | | [dvtv] Add support for playlists | Petr Kutalek | 2014-12-21 | 1 | -24/+84 | |
|/ / / | ||||||
* | | | [npo] Add support for streams (Closes #4276) | Sergey M․ | 2014-12-20 | 1 | -23/+65 | |
| | | | ||||||
* | | | [xtube] Fix and modernize (Closes #4489) | Sergey M․ | 2014-12-19 | 1 | -28/+36 | |
| | | | ||||||
* | | | Credit @willglynn for nerdcubed (#4515) | Philipp Hagemeister | 2014-12-19 | 1 | -0/+1 | |
| | | | ||||||
* | | | [nerdcubed] Add new extractor | Will Glynn | 2014-12-18 | 2 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nerdcubed.co.uk describes videos in a single a feed.json file, providing references to and metadata on >1300 YouTube videos spread across 3 main channels as well as guest appareances on other channels via a single HTTP request. NerdCubedFeedIE transforms this feed into a youtube-dl playlist, preserving information present in the upstream JSON (allowing zero-cost title/date matches) and ultimately referencing the embedded YouTube videos. | |||||
* | | | [twitch] Add support for vods (Closes #4512) | Sergey M․ | 2014-12-18 | 1 | -0/+16 | |
| | | | ||||||
* | | | Credit @petrkutalek for dvtv (#4502) | Philipp Hagemeister | 2014-12-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | [dvtv] PEP8 and correct format sorting (#4502) | Philipp Hagemeister | 2014-12-17 | 1 | -53/+53 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'petrkutalek/dvtv' | Philipp Hagemeister | 2014-12-17 | 2 | -0/+64 | |
|\ \ \ | ||||||
| * | | | [dvtv] Add new extractor | Petr Kutalek | 2014-12-17 | 2 | -0/+64 | |
| | | | | ||||||
* | | | | [flake8] Ignore build/ directory | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload. | |||||
* | | | | [theplatform] Extract captions (Closes #4495) | Sergey M․ | 2014-12-17 | 1 | -2/+17 | |
| | | | | ||||||
* | | | | [screencastomatic] Remove unused variable | Jaime Marquínez Ferrándiz | 2014-12-17 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | YoutubeDL: style fix | Jaime Marquínez Ferrándiz | 2014-12-17 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge pull request #4501 from AndroKev/master | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | only add video-id to archive, when successful | |||||
| * | | | Update YoutubeDL.py | AndroKev | 2014-12-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | only add video-id to archive, when successful | AndroKev | 2014-12-17 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Example: no space left--> youtube-dl adds the id to archive, but the video isn't fully downloaded | |||||
* | | | release 2014.12.17.2 | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | [downloader] Handle a file ./- (Fixes #4498) | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | release 2014.12.17.1 | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | [comedycentral] Match URLs with a second ID (fixes #4499) | Philipp Hagemeister | 2014-12-17 | 1 | -1/+4 | |
| | | | ||||||
* | | | release 2014.12.17 | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | [screencastomatic] Add new extractor (Fixes #4497) | Philipp Hagemeister | 2014-12-17 | 2 | -0/+51 | |
| | | | ||||||
* | | | [nhl] Allow upper-case video IDs (Fixes #4494) | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | [aljazeera] Add unicode_literals marker | Philipp Hagemeister | 2014-12-17 | 1 | -0/+2 | |
| | | | ||||||
* | | | Improve code style | Philipp Hagemeister | 2014-12-17 | 7 | -8/+5 | |
| | | | ||||||
* | | | [mit] Modernize | Philipp Hagemeister | 2014-12-17 | 1 | -5/+4 | |
| | | | ||||||
* | | | flake8: Add more ignored files | Jaime Marquínez Ferrándiz | 2014-12-16 | 1 | -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.cfg | Jaime Marquínez Ferrándiz | 2014-12-16 | 2 | -5/+5 | |
| | | | | | | | | | | | | It will be used when calling flake8 from any directory in the project | |||||
* | | | Use flake8 instead of pyflakes and pep8 | Jaime Marquínez Ferrándiz | 2014-12-16 | 1 | -4/+3 | |
| | | | | | | | | | | | | It combines both tools | |||||
* | | | [test/test_unicode_literals] Remove duplicated imports | Jaime Marquínez Ferrándiz | 2014-12-16 | 1 | -2/+0 | |
| | | | ||||||
* | | | release 2014.12.16.2 | Philipp Hagemeister | 2014-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | [orf:tvthek] Add support for topic URLs (Fixes #4474) | Philipp Hagemeister | 2014-12-16 | 1 | -5/+20 | |
| | | | ||||||
* | | | [brightcove] Add shorter URL scheme for other extractors | Philipp Hagemeister | 2014-12-16 | 2 | -5/+6 | |
| | | | ||||||
* | | | [README] Add table of contents (Closes #4458) | Philipp Hagemeister | 2014-12-16 | 2 | -4/+25 | |
| | | | ||||||
* | | | release 2014.12.16.1 | Philipp Hagemeister | 2014-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-16 | 1 | -1/+4 | |
|\ \ \ | ||||||
| * | | | [allocine] Add test for new URL format | Sergey M․ | 2014-12-16 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge pull request #4490 from Tailszefox/master | Sergey M. | 2014-12-16 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | [Allocine] Support for more URLs | |||||
| | * | | | [Allocine] Support for more URLs | Tailszefox | 2014-12-16 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [youtube:feeds] (Fixes #4486) | Philipp Hagemeister | 2014-12-16 | 1 | -3/+5 | |
|/ / / / | ||||||
* / / / | [aljazeera] Add extractor (closes #4487) | Jaime Marquínez Ferrándiz | 2014-12-16 | 2 | -0/+33 | |
|/ / / | ||||||
* | | | Drop hash character in downloader output (#4484) | Philipp Hagemeister | 2014-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | release 2014.12.16 | Philipp Hagemeister | 2014-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | [devscripts/make_contributing] Switch to optparse (Fixes #4483) | Philipp Hagemeister | 2014-12-16 | 1 | -10/+10 | |
| | | | ||||||
* | | | [YoutubeDL] Document where details for format can be found | Philipp Hagemeister | 2014-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | [youtube:playlist] Work around buggy playlists (fixes #4449) | Jaime Marquínez Ferrándiz | 2014-12-15 | 1 | -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 rendering | Philipp Hagemeister | 2014-12-15 | 1 | -31/+31 | |
| | | |