aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
AgeCommit message (Collapse)Author
2014-09-25Merge 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 genericNaglis 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-28fix up importsPhilipp Hagemeister
2014-08-28Move 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 accidentPhilipp Hagemeister
2014-08-25Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-08-25[generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister
2014-08-25[generic] Remove debug statementJaime Marquínez Ferrándiz
2014-08-24[generic] remove unused importsPhilipp 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 dotPhilipp Hagemeister
2014-08-24[generic] Prevent from downloading a .swf as a videoPhilipp 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
2014-08-22[generic] Simplify playlist support (#2948)Philipp Hagemeister
2014-08-22Merge remote-tracking branch 'anovicecodemonkey/generic-data-video-url'Philipp Hagemeister
Conflicts: youtube_dl/extractor/generic.py
2014-08-16[yahoo] Add support for embedded videos (Closes #3525)Sergey M․
2014-07-29[generic] Add --default-search fixup_errorPhilipp Hagemeister
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
2014-07-20Fix typo: “ytseach” → “ytsearch”Anthony J. Bentley
2014-07-06[generic] Set default-search to errorPhilipp Hagemeister
This prevents users from submitting bug reports where they mistyped a URL, and prevents me from getting a weird video when holding shift and thus searching for :Tds
2014-06-29[generic] Add support for ivi.ru embedded playerSergey M․
2014-06-22[generic] Extract mtvservices embedded videosJaime Marquínez Ferrándiz
2014-06-09[Vulture] Add support for vulture.comPhilipp Hagemeister
2014-06-09[generic] Add support for <embed YouTubePhilipp Hagemeister
2014-06-01Move duplicate check to generic.pyanovicecodemonkey
2014-05-21Add a _TEST_anovicecodemonkey
2014-05-19[generic] Abort if user passes in URL "url" (#2942)Philipp Hagemeister
2014-05-18[generic] Support data-video-url for YouTube embeds (Fixes #2862)anovicecodemonkey
2014-05-17[generic] Support pagespeed_iframe for NovaMov embedsSergey M․
2014-05-16[generic] Fix redirectSergey M․
2014-05-05[soundcloud/generic] Add support for playlistsPhilipp Hagemeister
2014-05-01[generic] Fix wrong entries indexSergey M․
2014-04-30[generic] Allow multiple matches for generic hits (Fixes #2818)Philipp Hagemeister
2014-04-30[generic] Add support for protocol-independent URLs (Fixes #2810)Philipp Hagemeister
2014-04-21[generic] Improve jwplayer detection (Fixes #2731)Philipp Hagemeister
2014-04-21[generic] Be more relaxed when looking for aparat embeds (Fixes #2784)Philipp Hagemeister
2014-04-21[condenast|generic] Add support for condenast embeds (Fixes #2783)Philipp Hagemeister
2014-04-14[generic] Modernize testsSergey M․
2014-04-14[generic] Update testSergey M․
2014-04-05[generic] Generalize novamov based embedsSergey M․
2014-04-05[nowvideo] Support more domainsSergey M․