aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/generic.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [generic] Support embedded Dailymotion playlists (fixes #3822)Naglis Jonaitis2014-10-021-0/+10
|
* [generic] Delete test casePhilipp Hagemeister2014-10-011-15/+0
| | | | The page is not available any more.
* [generic] Remove unstable test checksumPhilipp Hagemeister2014-09-291-1/+0
|
* [generic] Fix testcasesPhilipp Hagemeister2014-09-291-9/+9
|
* [vimeo:likes] Add new extractor (Fixes #3835)Philipp Hagemeister2014-09-281-6/+4
|
* Merge remote-tracking branch 'naglis/wistia'Philipp Hagemeister2014-09-251-0/+23
|\
| * [wistia] Use API and make more genericNaglis Jonaitis2014-09-201-0/+23
| |
* | [youtube] Support for embedded /p players (Fixes #3821)Philipp Hagemeister2014-09-251-1/+1
| |
* | [generic] Allow embedded YoutubePlaylists (Fixes #3821)Philipp Hagemeister2014-09-241-2/+4
|/
* [generic] The url in the <meta redirect> doesn't need to be enclosed in ↵Jaime Marquínez Ferrándiz2014-09-161-1/+1
| | | | | | single quotes (fixes #3770) See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/.
* [generic/youtube] Recognize youtube nocookie embeds (Closes #3713)Sergey M․2014-09-101-1/+1
|
* [mlb] Add support for embedded videos (Closes #3653)Sergey M․2014-09-021-1/+22
|
* fix up importsPhilipp Hagemeister2014-08-281-0/+1
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+14
| | | | 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).
* [generic] Prevent <video> search from skipping over empty sources (#3546)Philipp Hagemeister2014-08-271-1/+1
|
* [generic] Do not download images as videos by accidentPhilipp Hagemeister2014-08-271-1/+2
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-08-251-1/+0
|\
| * [generic] Remove debug statementJaime Marquínez Ferrándiz2014-08-251-1/+0
| |
* | [generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister2014-08-251-0/+10
|/
* [generic] remove unused importsPhilipp Hagemeister2014-08-241-2/+0
|
* [generic] Use default opener for HEAD request (Fixes #3528)Philipp Hagemeister2014-08-241-58/+6
|
* [generic] Automatic detection of flow player and age_limit (Fixes #3576)Philipp Hagemeister2014-08-241-0/+32
|
* [ministrygrid] Add extractor (Fixes #2900)Philipp Hagemeister2014-08-241-1/+12
|
* [bip.tv] Allow underscore in lookup ids (Fixes #3573)Philipp Hagemeister2014-08-241-1/+1
|
* [generic] Require og:video URLs to contain a dotPhilipp Hagemeister2014-08-241-1/+1
|
* [generic] Prevent from downloading a .swf as a videoPhilipp Hagemeister2014-08-241-1/+6
| | | | 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.
* [generic] Add support for camtasia videos (Fixes #3574)Philipp Hagemeister2014-08-241-0/+67
|
* [sbs] Add new extractor (Fixes #3566)Philipp Hagemeister2014-08-231-0/+7
|
* [generic] Simplify playlist support (#2948)Philipp Hagemeister2014-08-221-43/+22
|
* Merge remote-tracking branch 'anovicecodemonkey/generic-data-video-url'Philipp Hagemeister2014-08-221-0/+39
|\ | | | | | | | | Conflicts: youtube_dl/extractor/generic.py
| * Move duplicate check to generic.pyanovicecodemonkey2014-06-011-0/+24
| |
| * Add a _TEST_anovicecodemonkey2014-05-211-0/+14
| |
| * [generic] Support data-video-url for YouTube embeds (Fixes #2862)anovicecodemonkey2014-05-181-1/+1
| |
* | [yahoo] Add support for embedded videos (Closes #3525)Sergey M․2014-08-161-0/+7
| |
* | [generic] Add --default-search fixup_errorPhilipp Hagemeister2014-07-291-4/+5
| | | | | | | | This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
* | Fix typo: “ytseach” → “ytsearch”Anthony J. Bentley2014-07-201-1/+1
| |
* | [generic] Set default-search to errorPhilipp Hagemeister2014-07-061-2/+7
| | | | | | | | 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
* | [generic] Add support for ivi.ru embedded playerSergey M․2014-06-291-0/+5
| |
* | [generic] Extract mtvservices embedded videosJaime Marquínez Ferrándiz2014-06-221-0/+19
| |
* | [Vulture] Add support for vulture.comPhilipp Hagemeister2014-06-091-0/+8
| |
* | [generic] Add support for <embed YouTubePhilipp Hagemeister2014-06-091-3/+25
| |
* | [generic] Abort if user passes in URL "url" (#2942)Philipp Hagemeister2014-05-191-2/+7
|/
* [generic] Support pagespeed_iframe for NovaMov embedsSergey M․2014-05-171-1/+1
|
* [generic] Fix redirectSergey M․2014-05-161-1/+1
|
* [soundcloud/generic] Add support for playlistsPhilipp Hagemeister2014-05-051-4/+9
|
* [generic] Fix wrong entries indexSergey M․2014-05-011-1/+1
|
* [generic] Allow multiple matches for generic hits (Fixes #2818)Philipp Hagemeister2014-04-301-39/+46
|
* [generic] Add support for protocol-independent URLs (Fixes #2810)Philipp Hagemeister2014-04-301-1/+22
|
* [generic] Improve jwplayer detection (Fixes #2731)Philipp Hagemeister2014-04-211-1/+7
|
* [generic] Be more relaxed when looking for aparat embeds (Fixes #2784)Philipp Hagemeister2014-04-211-1/+1
|