aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [arte.tv:+7] Append media type to format_id (Closes #3967)Sergey M․2014-10-181-0/+3
|
* [generic] Make sure Wistia embed URLs contain the protocol (Closes #3977)Naglis Jonaitis2014-10-181-2/+4
| | | | Also, improve detection (Addresses #3662)
* [twitch] Update tests and minor improvementsSergey M․2014-10-171-12/+23
|
* [twitch] Rename extractor and support channel videosSergey M․2014-10-172-76/+28
|
* [vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974)Jaime Marquínez Ferrándiz2014-10-171-1/+13
| | | | The javascript code contains assignments of empty dicts with the same variable name
* [twitch] Adapt to new API (Fixes #3946, Fixes #3949, Fixes #3965)Sergey M․2014-10-161-4/+73
| | | | Work in progress
* [generic] Correct handling of embedded vimeo players (#3955)Philipp Hagemeister2014-10-151-3/+3
|
* [ted] Add support for external videos (fixes #3948)Jaime Marquínez Ferrándiz2014-10-151-0/+23
|
* [mixcloud] Output downloading progressPhilipp Hagemeister2014-10-151-10/+10
|
* [extractor/common] Fix dumping requests with long file abspath on WindowsSergey M․2014-10-141-0/+6
|
* [brightcove] Add a test for playlistsJaime Marquínez Ferrándiz2014-10-131-0/+9
|
* [condenast] Add support for embedded videos (Closes #3929)Sergey M․2014-10-132-0/+9
|
* Merge remote-tracking branch 'Dineshs91/KontrTube-fix'Philipp Hagemeister2014-10-131-1/+1
|\
| * [kontrtube] Fix video title extractiondinesh2014-10-131-1/+1
| |
* | [huffpost] ModernizePhilipp Hagemeister2014-10-131-2/+1
|/
* [youtube] Add support for format 278Philipp Hagemeister2014-10-131-0/+1
|
* [youtube] Download DASH manifest by default (Closes #3887)Philipp Hagemeister2014-10-131-1/+1
|
* [niconico] Fix ignored --netrc flagNaglis Jonaitis2014-10-121-8/+9
| | | | See issue #3753
* Description changeddinesh2014-10-121-1/+1
|
* [theonion] Fix a small mistake in string formattingNaglis Jonaitis2014-10-121-2/+1
|
* [theonion] Add new extractor (closes #3928)Naglis Jonaitis2014-10-122-0/+72
|
* [mixcloud] Fix metadata extraction (fixes #3930)Jaime Marquínez Ferrándiz2014-10-121-1/+1
|
* [vimeo] Make the protocol mandatory in the url (fixes #3926)Jaime Marquínez Ferrándiz2014-10-111-1/+1
| | | | If it's missing, it will be correctly handled by the generic IE.
* Merge pull request #3923 from Dineshs91/howstuffworks-fixSergey M.2014-10-121-5/+5
|\ | | | | Replace 404 url
| * Replace 404 urldinesh2014-10-111-5/+5
| |
* | [googleplus] Modernize and extract all formatsSergey M․2014-10-121-47/+28
| |
* | Fix download error in GooglePlusdinesh2014-10-111-1/+1
|/
* Fix ndr.de outdated test urldinesh2014-10-111-7/+7
|
* [yahoo] Wipe out yahoo news extractorSergey M․2014-10-101-1/+0
|
* [yahoo] Generalize, support arbitrary subdomains, support iframe videos, ↵Sergey M․2014-10-102-37/+81
| | | | capture error message (Closes #2470)
* [yahoo] Add support for regional subdomains and extract duration (Closes #3915)Sergey M․2014-10-101-4/+33
|
* [sportbox] Add extractor (Closes #3906)Sergey M․2014-10-092-0/+82
|
* [mlb] Remove unused importSergey M․2014-10-091-1/+0
|
* [mlb] Fix thumbnails extraction (Closes #3905)Sergey M․2014-10-091-3/+4
|
* [generic] Ignore some non-video file extensions during generic extraction ↵Sergey M․2014-10-091-15/+19
| | | | (Closes #3900)
* [pornhd] Fix formats extraction (Closes #3898)Sergey M․2014-10-081-30/+22
|
* [walla] Fix extractor and add subtitle testsSergey M․2014-10-071-41/+60
|
* Merge branch 'walla' of https://github.com/lenaten/youtube-dl into lenaten-wallaSergey M․2014-10-072-0/+71
|\
| * add missed init filenet2014-10-061-0/+1
| |
| * [walla] Add new extractornet2014-10-011-0/+70
| |
* | [dailymotion] Alternative title search (Fixes #3882)Philipp Hagemeister2014-10-051-13/+14
| |
* | [gorillavid] Add check for non existing videosSergey M2014-10-061-0/+5
| |
* | [gorillavid] Fix title extraction and make thumbnail optional (Closes #3884)Sergey M2014-10-061-6/+7
| |
* | [gorillavid] Add support for movpod.in (Fixes #3881)Philipp Hagemeister2014-10-051-2/+5
| |
* | [thesixtyone] Add new extractor (closes #3781)Naglis Jonaitis2014-10-042-0/+101
| |
* | [globo] Initial extractor implementation (Closes #3823)Sergey M․2014-10-042-0/+399
| |
* | [utils] Default age_limit to NonePhilipp Hagemeister2014-10-031-0/+2
| | | | | | | | If we can't parse it, it means we don't have any information, not that the content is unrestricted.
* | [planetaplay] Add new extractor (closes #3839)Naglis Jonaitis2014-10-032-0/+61
| |
* | [breakcom] Extract all formatsSergey M․2014-10-031-3/+25
| |
* | [breakcom] Cover more URLs with _VALID_URL (Closes #3876)Sergey M․2014-10-031-11/+13
| |