Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | [cnn] Add support for articles with videos (fixes #4541) | Adrian Kretz | |
2014-12-22 | [adobetv] Add extractor (Closes #4536) | Sergey M․ | |
2014-12-21 | Don't write the description file if info_dict['description'] is None (#3166) | Jaime Marquínez Ferrándiz | |
2014-12-22 | [crunchyroll] Add .fr domain (#4537) | Sergey M․ | |
2014-12-21 | [extractor/common] Update docstring: replace FileDownloader with YoutubeDL | Jaime Marquínez Ferrándiz | |
2014-12-21 | [dbtv] Make sure the 'id' field is a string | Jaime Marquínez Ferrándiz | |
2014-12-21 | [telecinco] Rename 'episode' group to 'id' in the _VALID_URL regex | Jaime Marquínez Ferrándiz | |
MiTeleIE now uses '_match_id' | |||
2014-12-21 | [internetvideoarchive] Update test's duration field | Jaime Marquínez Ferrándiz | |
2014-12-21 | [rtp] Fix test's id field | Jaime Marquínez Ferrándiz | |
2014-12-21 | [tmz] Fix test's thumbnail field | Jaime Marquínez Ferrándiz | |
2014-12-21 | [nerdcubed] Style fixes | Jaime Marquínez Ferrándiz | |
2014-12-21 | [yahoo] Update extraction process | Jaime Marquínez Ferrándiz | |
Their webpage uses now https://video.media.yql.yahoo.com/v1/video/sapi/streams/ for getting the video info. | |||
2014-12-21 | [yahoo] Replace two tests | Jaime Marquínez Ferrándiz | |
The first one returned an internal server error. The other doesn't seem to contain a video anymore. | |||
2014-12-21 | [yahoo] Improve video id detection (fixes #4521) | Jaime Marquínez Ferrándiz | |
2014-12-21 | [dvtv] Fix thumbnail scheme | Sergey M․ | |
2014-12-21 | Merge branch 'petrkutalek-dvtv' | Sergey M․ | |
2014-12-21 | [dvtv] Simplify | Sergey M․ | |
2014-12-21 | [dvtv] Add support for playlists | Petr Kutalek | |
2014-12-20 | [npo] Add support for streams (Closes #4276) | Sergey M․ | |
2014-12-19 | [xtube] Fix and modernize (Closes #4489) | Sergey M․ | |
2014-12-19 | Credit @willglynn for nerdcubed (#4515) | Philipp Hagemeister | |
2014-12-18 | [nerdcubed] Add new extractor | Will Glynn | |
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. | |||
2014-12-18 | [twitch] Add support for vods (Closes #4512) | Sergey M․ | |
2014-12-17 | Credit @petrkutalek for dvtv (#4502) | Philipp Hagemeister | |
2014-12-17 | [dvtv] PEP8 and correct format sorting (#4502) | Philipp Hagemeister | |
2014-12-17 | Merge remote-tracking branch 'petrkutalek/dvtv' | Philipp Hagemeister | |
2014-12-17 | [dvtv] Add new extractor | Petr Kutalek | |
2014-12-17 | [flake8] Ignore build/ directory | Philipp 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 variable | Jaime Marquínez Ferrándiz | |
2014-12-17 | YoutubeDL: style fix | Jaime Marquínez Ferrándiz | |
2014-12-17 | Merge pull request #4501 from AndroKev/master | Philipp Hagemeister | |
only add video-id to archive, when successful | |||
2014-12-17 | Update YoutubeDL.py | AndroKev | |
2014-12-17 | only add video-id to archive, when successful | AndroKev | |
Example: no space left--> youtube-dl adds the id to archive, but the video isn't fully downloaded | |||
2014-12-17 | release 2014.12.17.22014.12.17.2 | Philipp Hagemeister | |
2014-12-17 | [downloader] Handle a file ./- (Fixes #4498) | Philipp Hagemeister | |
2014-12-17 | release 2014.12.17.12014.12.17.1 | Philipp Hagemeister | |
2014-12-17 | [comedycentral] Match URLs with a second ID (fixes #4499) | Philipp Hagemeister | |
2014-12-17 | release 2014.12.172014.12.17 | Philipp 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 marker | Philipp Hagemeister | |
2014-12-17 | Improve code style | Philipp Hagemeister | |
2014-12-17 | [mit] Modernize | Philipp Hagemeister | |
2014-12-16 | flake8: Add more ignored files | Jaime 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-16 | Move flake8 configuration to setup.cfg | Jaime Marquínez Ferrándiz | |
It will be used when calling flake8 from any directory in the project | |||
2014-12-16 | Use flake8 instead of pyflakes and pep8 | Jaime Marquínez Ferrándiz | |
It combines both tools | |||
2014-12-16 | [test/test_unicode_literals] Remove duplicated imports | Jaime Marquínez Ferrándiz | |
2014-12-16 | release 2014.12.16.22014.12.16.2 | Philipp Hagemeister | |
2014-12-16 | [orf:tvthek] Add support for topic URLs (Fixes #4474) | Philipp Hagemeister | |