aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | [generic] Support embedded Dailymotion playlists (fixes #3822)Naglis Jonaitis2014-10-021-0/+10
| |
* | [bandcamp] Fix id extraction and modernize (Closes #3866)Sergey M․2014-10-021-6/+16
| |
* | [jpopsuki] More modernizeSergey M․2014-10-021-8/+3
| |
* | [jpopsukitv] Improve _VALID_URL and modernizeSergey M․2014-10-021-2/+2
| |
* | Merge pull request #3865 from diffycat/jpopsukiSergey M.2014-10-021-1/+1
|\ \ | | | | | | [jpopsuki] Support category links
| * | [jpopsuki] Support category linksAnton Larionov2014-10-011-1/+1
| | |
* | | [dropbox] Fix the video url query (fixes #3868)Jaime Marquínez Ferrándiz2014-10-011-3/+2
| | | | | | | | | | | | Previously it would convert urls without a query into 'something.mp4&dl=1'