11061 Commits (29f46c2bee3641efcf2c06c3d173baf7a41010af)
 

Author SHA1 Message Date
Sergey M ac25992bc7 Merge pull request #8246 from dstftw/initial-json-ld-metadata-support
Initial JSON-LD metadata extraction support
8 years ago
Sergey M 30783c442d Merge pull request #8245 from dstftw/auto-generate-title-fields
[YoutubeDL] Auto generate title fields corresponding to the *_number fields
8 years ago
Sergey M․ a50a8003a0 [cultureunplugged] Improve (Closes #8060) 8 years ago
Sergey M․ 315bdae00a [zippcast] Improve (Closes #8198) 8 years ago
ckuu 2ddfd26f1b '[ZippCast] Add new extractor'
Closes rg3/youtube-dl#6591
8 years ago
Philipp Hagemeister f3ed5df611 release 2016.01.15 8 years ago
Sergey M․ b4e44234bc [ae] Use JSON-LD for TV series metadata 8 years ago
Sergey M․ 4ca2a3cf3c [extractor/common] Add initial support for JSON-LD metadata extraction into info_dict 8 years ago
Sergey M․ 33d2fc2f64 [YoutubeDL] Auto generate title fields corresponding to the *_number fields
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.
8 years ago
remitamine 27a95f51aa [cwtv] Add new extractor 8 years ago
Sergey M․ a78d6a9bb1 [ae] Improve _VALID_URL 8 years ago
Sergey M․ 567f9a5809 [ae] Add extractor import 8 years ago
Sergey M․ 3a421c724f [history] Remove import (Closes #8243) 8 years ago
Sergey M․ 34dd81c03a [xtube:user] Fix extraction (Closes #8224) 8 years ago
Sergey M․ b3f502cdb9 [xtube] Add shortcut 8 years ago
remitamine 587dfd44a4 [ae] Add support for fyi.tv, aetv.com and mylifetime.com(closes #3599) 8 years ago
remitamine 52767c1ba0 [history] add support for episode pages(fixes #8240) 8 years ago
remitamine 014b5c59d8 [theplatform] extend _VALID_URL regex 8 years ago
remitamine fad7a336a1 Revert "[history] fix signature and media url extraction(fixes #8240)"
This reverts commit ffbc0baf72.
8 years ago
remitamine ffbc0baf72 [history] fix signature and media url extraction(fixes #8240) 8 years ago
Sergey M 345f12196c Merge pull request #8228 from jaimeMF/disable-file-handler
[YoutubeDL] urlopen: disable the 'file:' protocol (#8227)
8 years ago
Sergey M․ 5769b68bc0 Credit @TomGijselinck for canvas (#7145) 8 years ago
Sergey M․ 4e2743abd9 [canvas] Improve (Closes #7145) 8 years ago
Tom Gijselinck be2d40a58a [Canvas] Add new extractor 8 years ago
Sergey M․ 81549898c0 [prosiebensat1] Fix some extraction and update tests 8 years ago
Lucas 0baedd1851 [prosiebensat1] add support for 7tv.de 8 years ago
Sergey M․ 6b559c2fbc [ntvde] Improve regex 8 years ago
Sergey M․ 986986064e [orf:fm4] Add test 8 years ago
Sergey M․ 4654c1d016 [orf:fm4] Extend _VALID_URL (Closes #8234) 8 years ago
Sergey M․ 163e8369b0 [ntvde] Fix extraction 8 years ago
Sergey M․ 5cc9c5dfa8 [unistra] Fix extraction 8 years ago
Sergey M․ fbd90643cb [vodlocker] Fix extraction (Closes #8231) 8 years ago
Jaime Marquínez Ferrándiz 30e2f2d76f [YoutubeDL] use a more correct terminology in the error message for file:// URLs 8 years ago
Philipp Hagemeister 11c60089a8 release 2016.01.14 8 years ago
Sergey M․ abb893e6e4 [beeg] Update API URL 8 years ago
Sergey M․ 4511c1976d [beeg] Fix extraction (Closes #8225) 8 years ago
Jaime Marquínez Ferrándiz 4240d50496 [YoutubeDL] improve error message for file:/// URLs 8 years ago
Jaime Marquínez Ferrándiz 6240b0a278 [YoutubeDL] urlopen: use build_opener again
Otherwise we would need to manually add handlers like HTTPRedirectHandler, instead we add a customized FileHandler instance that raises an error.
8 years ago
Jaime Marquínez Ferrándiz e37afbe0b8 [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)
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.
8 years ago
remitamine 40cf7fcbd2 [tudou] Add support for Albums and Playlists and extract more metadata 8 years ago
Yen Chi Hsuan cc28492d31 [youtube] Fix acodec and vcodec order
In RFC6381, there's no rule stating that the first part of codecs should
be video and the second part should be audio, while it seems the case
for data reported by YouTube.
8 years ago
Sergey M․ bc0550c262 [pluralsight] Fix new player (Closes #8215) 8 years ago
Sergey M․ b83b782dc4 [downloader/fragment] Move helper data to context dict 8 years ago
Sergey M․ 16a348475c [dailymotion] Prefer direct links (Closes #8156) 8 years ago
Sergey M․ 709185a264 [downloader/fragment] More smooth calculations
`downloaded_bytes` is now updated on each fragment progress hook invocation
8 years ago
Sergey M․ 9cb1a06b6c [downloader/fragment] Remove unused code and fix zero division error 8 years ago
Sergey M․ be27283ef6 [iprima] Mark broken 8 years ago
Sergey M․ b924bfad68 [videott] Mark broken 8 years ago
Sergey M․ 192b9a571c [videomega] Mark broken 8 years ago
remitamine 6ec6cb4e95 Revert "fix typos"
This reverts commit 36a0e46c39.
8 years ago