summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [lemonde] Add extractorSergey M․2016-01-192-0/+35
| | | | |
* | | | | [ultimedia] Rename to digitekaSergey M․2016-01-193-7/+7
| | | | |
* | | | | [ultimedia] Extend _VALID_URL to support digitekaSergey M․2016-01-191-1/+4
|/ / / /
* | | | [extractor/generic] Extend dailymotion embed regexSergey M․2016-01-191-1/+1
| | | |
* | | | [dailymotion] Extend _VALID_URLSergey M․2016-01-191-2/+6
| | | |
* | | | [youtube] Skip testSergey M․2016-01-191-1/+2
| | | |
* | | | [youtube] Capture and output unavailable messageSergey M․2016-01-191-0/+5
| | | |
* | | | [youtube] Clarify test_Youtube_18Sergey M․2016-01-181-0/+3
| | | |
* | | | [youtube] Fix URL expansion in video descriptionSergey M․2016-01-181-1/+1
| | | | | | | | | | | | | | | | Fixes test_Youtube_18
* | | | [atresplayer] Skip HLS completely (Closes #8261)Sergey M․2016-01-171-5/+0
| | | |
* | | | Merge pull request #8262 from jwilk/https-everywhereYen Chi Hsuan2016-01-171-1/+1
|\ \ \ \ | | | | | | | | | | [ustream] Use HTTPS for GitHub URL
| * | | | [ustream] Use HTTPS for GitHub URLJakub Wilk2016-01-171-1/+1
|/ / / /
* | | | [ae] Rename to aenetworks and clarify extractor name and descriptionSergey M․2016-01-172-2/+4
| | | |
* | | | [compat] Clarify the versions requiring compat_kwargsYen Chi Hsuan2016-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337 https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
* | | | [ae] Fix _TESTSYen Chi Hsuan2016-01-161-1/+2
| | | |
* | | | [bbc] Use _search_json_ldYen Chi Hsuan2016-01-161-13/+4
| | | |
* | | | [extractor/common] Allow passing more parameters to _search_json_ldYen Chi Hsuan2016-01-161-3/+3
| | | |
* | | | [README.md] Add protocol usage example in format selectionSergey M2016-01-161-0/+3
| | | |
* | | | [YoutubeDL] Ensure protocol is always presentSergey M․2016-01-161-0/+5
| |/ / |/| |
* | | [README.md] Improve format selection documentationSergey M2016-01-161-4/+63
| | |
* | | [README.md] Mention new string operators for format selectionSergey M2016-01-161-1/+1
| | |
* | | [YoutubeDL] Introduce CSS3 like string operatorsYen Chi Hsuan2016-01-161-0/+3
| | |
* | | Merge pull request #8246 from dstftw/initial-json-ld-metadata-supportSergey M2016-01-162-1/+43
|\ \ \ | | | | | | | | Initial JSON-LD metadata extraction support
| * | | [ae] Use JSON-LD for TV series metadataSergey M․2016-01-161-1/+6
| | | |
| * | | [extractor/common] Add initial support for JSON-LD metadata extraction into ↵Sergey M․2016-01-161-0/+37
| | | | | | | | | | | | | | | | info_dict
* | | | Merge pull request #8245 from dstftw/auto-generate-title-fieldsSergey M2016-01-161-0/+6
|\ \ \ \ | | | | | | | | | | [YoutubeDL] Auto generate title fields corresponding to the *_number fields
| * | | | [YoutubeDL] Auto generate title fields corresponding to the *_number fieldsSergey M․2016-01-161-0/+6
| |/ / / | | | | | | | | | | | | Auto generate title fields corresponding to the *_number fields when missing in order to always have clean titles. This is very common for TV series.
* | | | [cultureunplugged] Improve (Closes #8060)Sergey M․2016-01-162-0/+64
| | | |
* | | | [zippcast] Improve (Closes #8198)Sergey M․2016-01-161-28/+64
| | | |
* | | | '[ZippCast] Add new extractor'ckuu2016-01-162-0/+59
| | | | | | | | | | | | | | | | Closes rg3/youtube-dl#6591
* | | | release 2016.01.15Philipp Hagemeister2016-01-152-2/+4
| | | |
* | | | [cwtv] Add new extractorremitamine2016-01-152-0/+89
|/ / /
* | | [ae] Improve _VALID_URLSergey M․2016-01-151-1/+1
| | |
* | | [ae] Add extractor importSergey M․2016-01-151-0/+1
| | |
* | | [history] Remove import (Closes #8243)Sergey M․2016-01-151-1/+0
| | |
* | | [xtube:user] Fix extraction (Closes #8224)Sergey M․2016-01-151-34/+34
| | |
* | | [xtube] Add shortcutSergey M․2016-01-151-2/+2
| | |
* | | [ae] Add support for fyi.tv, aetv.com and mylifetime.com(closes #3599)remitamine2016-01-151-2/+11
| | |
* | | [history] add support for episode pages(fixes #8240)remitamine2016-01-151-4/+22
| | |
* | | [theplatform] extend _VALID_URL regexremitamine2016-01-151-1/+1
| | |
* | | Revert "[history] fix signature and media url extraction(fixes #8240)"remitamine2016-01-152-14/+5
| | | | | | | | | | | | This reverts commit ffbc0baf72f456b1f4f4ac989e4a7b75b69c7a54.
* | | [history] fix signature and media url extraction(fixes #8240)remitamine2016-01-152-5/+14
| | |
* | | Merge pull request #8228 from jaimeMF/disable-file-handlerSergey M2016-01-142-2/+18
|\ \ \ | | | | | | | | [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)
| * | | [YoutubeDL] use a more correct terminology in the error message for file:// URLsJaime Marquínez Ferrándiz2016-01-141-1/+1
| | | |
| * | | [YoutubeDL] improve error message for file:/// URLsJaime Marquínez Ferrándiz2016-01-141-1/+1
| | | |
| * | | [YoutubeDL] urlopen: use build_opener againJaime Marquínez Ferrándiz2016-01-141-7/+12
| | | | | | | | | | | | | | | | Otherwise we would need to manually add handlers like HTTPRedirectHandler, instead we add a customized FileHandler instance that raises an error.
| * | | [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)Jaime Marquínez Ferrándiz2016-01-142-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone is running youtube-dl on a server to deliver files, the user could input 'file:///some/important/file' and youtube-dl would save that file as a video giving access to sensitive information to the user. 'file:' urls can be filtered, but the user can use an URL to a crafted m3u8 manifest like: #EXTM3U #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:10.0 file:///etc/passwd #EXT-X-ENDLIST With this patch 'file:' URLs raise URLError like for unknown protocols.
* | | | Credit @TomGijselinck for canvas (#7145)Sergey M․2016-01-141-0/+1
| | | |
* | | | [canvas] Improve (Closes #7145)Sergey M․2016-01-141-53/+38
| | | |
* | | | [Canvas] Add new extractorTom Gijselinck2016-01-142-0/+81
| | | |