aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/generic.py
Commit message (Collapse)AuthorAgeFilesLines
...
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8: E225,E227Jouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-2/+1
|
* [generic] Add support for single quotes in HTML5 videos (Fixes #4265)Philipp Hagemeister2014-11-211-1/+1
|
* [generic] Add support for livestream embeds (Fixes #4185)Philipp Hagemeister2014-11-131-1/+17
|
* Merge pull request #4076 from ghedo/direct_typeJaime Marquínez Ferrándiz2014-11-061-0/+1
|\ | | | | [generic] indicate when a direct video has been extracted
| * [generic] indicate when a direct video has been extractedAlessandro Ghedini2014-11-011-0/+1
| | | | | | | | Fixes #4052.
* | [brightcove] Extract m3u8 formats (#3541)Naglis Jonaitis2014-11-061-2/+4
| |
* | [generic/brightcove] Add a new test case for kijk.nl (#3541)Naglis Jonaitis2014-11-031-0/+14
| |
* | [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-2/+3
|/ | | | | | | 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 .
* [generic] Improve MLB iframe regexSergey M․2014-11-011-1/+1
|
* [generic] Allow soundcloud embeds with additional attributesPhilipp Hagemeister2014-10-291-1/+13
|
* [generic] Fix HTML5 video regexpPhilipp Hagemeister2014-10-281-1/+1
|
* [generic] Fix test titlePhilipp Hagemeister2014-10-271-1/+1
|
* [generic] Correct call to _webpage_read_full_contentPhilipp Hagemeister2014-10-261-1/+1
|
* [generic] Add a test case for direct links with broken HEAD (#4032)Philipp Hagemeister2014-10-261-1/+16
|
* [generic] Handle audio streams that do not implement HEAD (Fixes #4032)Philipp Hagemeister2014-10-261-26/+27
|
* [generic] Allow new SWFObject()-style importsPhilipp Hagemeister2014-10-261-1/+2
| | | | 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.
* [generic] Allow --default-search without colonPhilipp Hagemeister2014-10-231-1/+2
|
* [generic/wistia] Improve regexSergey M․2014-10-231-1/+1
|
* [thoughtworks] wistia regex modifieddinesh2014-10-231-6/+3
|
* [thoughtworks] wistia support addeddinesh2014-10-231-0/+15
|
* [generic] Make sure Wistia embed URLs contain the protocol (Closes #3977)Naglis Jonaitis2014-10-181-2/+4
| | | | Also, improve detection (Addresses #3662)
* [generic] Correct handling of embedded vimeo players (#3955)Philipp Hagemeister2014-10-151-3/+3
|
* [condenast] Add support for embedded videos (Closes #3929)Sergey M․2014-10-131-0/+7
|
* [generic] Ignore some non-video file extensions during generic extraction ↵Sergey M․2014-10-091-15/+19
| | | | (Closes #3900)
* [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
|