Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-13 | [generic] Add support for livestream embeds (Fixes #4185) | Philipp Hagemeister | |
2014-11-06 | Merge pull request #4076 from ghedo/direct_type | Jaime Marquínez Ferrándiz | |
[generic] indicate when a direct video has been extracted | |||
2014-11-06 | [brightcove] Extract m3u8 formats (#3541) | Naglis Jonaitis | |
2014-11-03 | [generic/brightcove] Add a new test case for kijk.nl (#3541) | Naglis Jonaitis | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||
2014-11-01 | [generic] indicate when a direct video has been extracted | Alessandro Ghedini | |
Fixes #4052. | |||
2014-11-01 | [generic] Improve MLB iframe regex | Sergey M․ | |
2014-10-29 | [generic] Allow soundcloud embeds with additional attributes | Philipp Hagemeister | |
2014-10-28 | [generic] Fix HTML5 video regexp | Philipp Hagemeister | |
2014-10-27 | [generic] Fix test title | Philipp Hagemeister | |
2014-10-26 | [generic] Correct call to _webpage_read_full_content | Philipp Hagemeister | |
2014-10-26 | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister | |
2014-10-26 | [generic] Handle audio streams that do not implement HEAD (Fixes #4032) | Philipp Hagemeister | |
2014-10-26 | [generic] Allow new SWFObject()-style imports | Philipp Hagemeister | |
This embed style is used on http://www.bitburger-open.de/ , but that is not included as a test case since the format is likely to be temporary. | |||
2014-10-23 | [generic] Allow --default-search without colon | Philipp Hagemeister | |
2014-10-23 | [generic/wistia] Improve regex | Sergey M․ | |
2014-10-23 | [thoughtworks] wistia regex modified | dinesh | |
2014-10-23 | [thoughtworks] wistia support added | dinesh | |
2014-10-18 | [generic] Make sure Wistia embed URLs contain the protocol (Closes #3977) | Naglis Jonaitis | |
Also, improve detection (Addresses #3662) | |||
2014-10-15 | [generic] Correct handling of embedded vimeo players (#3955) | Philipp Hagemeister | |
2014-10-13 | [condenast] Add support for embedded videos (Closes #3929) | Sergey M․ | |
2014-10-09 | [generic] Ignore some non-video file extensions during generic extraction ↵ | Sergey M․ | |
(Closes #3900) | |||
2014-10-02 | [generic] Support embedded Dailymotion playlists (fixes #3822) | Naglis Jonaitis | |
2014-10-01 | [generic] Delete test case | Philipp Hagemeister | |
The page is not available any more. | |||
2014-09-29 | [generic] Remove unstable test checksum | Philipp Hagemeister | |
2014-09-29 | [generic] Fix testcases | Philipp Hagemeister | |
2014-09-28 | [vimeo:likes] Add new extractor (Fixes #3835) | Philipp Hagemeister | |
2014-09-25 | Merge remote-tracking branch 'naglis/wistia' | Philipp Hagemeister | |
2014-09-25 | [youtube] Support for embedded /p players (Fixes #3821) | Philipp Hagemeister | |
2014-09-24 | [generic] Allow embedded YoutubePlaylists (Fixes #3821) | Philipp Hagemeister | |
2014-09-20 | [wistia] Use API and make more generic | Naglis Jonaitis | |
2014-09-16 | [generic] The url in the <meta redirect> doesn't need to be enclosed in ↵ | Jaime Marquínez Ferrándiz | |
single quotes (fixes #3770) See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/. | |||
2014-09-10 | [generic/youtube] Recognize youtube nocookie embeds (Closes #3713) | Sergey M․ | |
2014-09-02 | [mlb] Add support for embedded videos (Closes #3653) | Sergey M․ | |
2014-08-28 | fix up imports | Philipp Hagemeister | |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-08-27 | [generic] Prevent <video> search from skipping over empty sources (#3546) | Philipp Hagemeister | |
2014-08-27 | [generic] Do not download images as videos by accident | Philipp Hagemeister | |
2014-08-25 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-08-25 | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | |
2014-08-25 | [generic] Remove debug statement | Jaime Marquínez Ferrándiz | |
2014-08-24 | [generic] remove unused imports | Philipp Hagemeister | |
2014-08-24 | [generic] Use default opener for HEAD request (Fixes #3528) | Philipp Hagemeister | |
2014-08-24 | [generic] Automatic detection of flow player and age_limit (Fixes #3576) | Philipp Hagemeister | |
2014-08-24 | [ministrygrid] Add extractor (Fixes #2900) | Philipp Hagemeister | |
2014-08-24 | [bip.tv] Allow underscore in lookup ids (Fixes #3573) | Philipp Hagemeister | |
2014-08-24 | [generic] Require og:video URLs to contain a dot | Philipp Hagemeister | |
2014-08-24 | [generic] Prevent from downloading a .swf as a video | Philipp Hagemeister | |
We're seeing quite a number of people who do not put a video file in the og:video field, but the player URL. Try to detect some of these and filter them out. | |||
2014-08-24 | [generic] Add support for camtasia videos (Fixes #3574) | Philipp Hagemeister | |
2014-08-23 | [sbs] Add new extractor (Fixes #3566) | Philipp Hagemeister | |