Sergey M․
e323cf3ff3
[youtube] Skip test
9 years ago
Sergey M․
8ceabd4df3
[youtube] Capture and output unavailable message
9 years ago
Sergey M․
a8776b107b
[youtube] Clarify test_Youtube_18
9 years ago
Sergey M․
096b533982
[youtube] Fix URL expansion in video description
Fixes test_Youtube_18
9 years ago
Sergey M․
dae503afaa
[atresplayer] Skip HLS completely ( Closes #8261 )
9 years ago
Jakub Wilk
e5a66240c0
[ustream] Use HTTPS for GitHub URL
9 years ago
ping
e0ef13ddeb
[neteasemusic] Fallback to alt hosts if m5.music.126.net doesn't work
9 years ago
Sergey M․
855f90fa6f
[ae] Rename to aenetworks and clarify extractor name and description
9 years ago
Yen Chi Hsuan
614db89ae3
[compat] Clarify the versions requiring compat_kwargs
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
9 years ago
Yen Chi Hsuan
1358b94163
[ae] Fix _TESTS
9 years ago
Yen Chi Hsuan
350e02d40d
[bbc] Use _search_json_ld
9 years ago
Yen Chi Hsuan
0b26ba3fc8
[extractor/common] Allow passing more parameters to _search_json_ld
9 years ago
ping
3a0a78731b
Fixes #8239
9 years ago
Sergey M․
b555942428
[YoutubeDL] Ensure protocol is always present
9 years ago
Yen Chi Hsuan
10d33b3473
[YoutubeDL] Introduce CSS3 like string operators
9 years ago
Sergey M․
a50a8003a0
[cultureunplugged] Improve ( Closes #8060 )
9 years ago
Sergey M․
315bdae00a
[zippcast] Improve ( Closes #8198 )
9 years ago
ckuu
2ddfd26f1b
'[ZippCast] Add new extractor'
Closes rg3/youtube-dl#6591
9 years ago
Philipp Hagemeister
f3ed5df611
release 2016.01.15
9 years ago
Sergey M․
b4e44234bc
[ae] Use JSON-LD for TV series metadata
9 years ago
Sergey M․
4ca2a3cf3c
[extractor/common] Add initial support for JSON-LD metadata extraction into info_dict
9 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.
9 years ago
remitamine
27a95f51aa
[cwtv] Add new extractor
9 years ago
Sergey M․
a78d6a9bb1
[ae] Improve _VALID_URL
9 years ago
Sergey M․
567f9a5809
[ae] Add extractor import
9 years ago
Sergey M․
3a421c724f
[history] Remove import ( Closes #8243 )
9 years ago
Sergey M․
34dd81c03a
[xtube:user] Fix extraction ( Closes #8224 )
9 years ago
Sergey M․
b3f502cdb9
[xtube] Add shortcut
9 years ago
remitamine
587dfd44a4
[ae] Add support for fyi.tv, aetv.com and mylifetime.com( closes #3599 )
9 years ago
remitamine
52767c1ba0
[history] add support for episode pages( fixes #8240 )
9 years ago
remitamine
014b5c59d8
[theplatform] extend _VALID_URL regex
9 years ago
remitamine
fad7a336a1
Revert "[history] fix signature and media url extraction( fixes #8240 )"
This reverts commit ffbc0baf72
.
9 years ago
remitamine
ffbc0baf72
[history] fix signature and media url extraction( fixes #8240 )
9 years ago
Sergey M․
4e2743abd9
[canvas] Improve ( Closes #7145 )
9 years ago
Tom Gijselinck
be2d40a58a
[Canvas] Add new extractor
9 years ago
Sergey M․
81549898c0
[prosiebensat1] Fix some extraction and update tests
9 years ago
Lucas
0baedd1851
[prosiebensat1] add support for 7tv.de
9 years ago
Sergey M․
6b559c2fbc
[ntvde] Improve regex
9 years ago
Sergey M․
986986064e
[orf:fm4] Add test
9 years ago
Sergey M․
4654c1d016
[orf:fm4] Extend _VALID_URL ( Closes #8234 )
9 years ago
Sergey M․
163e8369b0
[ntvde] Fix extraction
9 years ago
Sergey M․
5cc9c5dfa8
[unistra] Fix extraction
9 years ago
Sergey M․
fbd90643cb
[vodlocker] Fix extraction ( Closes #8231 )
9 years ago
Jaime Marquínez Ferrándiz
30e2f2d76f
[YoutubeDL] use a more correct terminology in the error message for file:// URLs
9 years ago
Philipp Hagemeister
11c60089a8
release 2016.01.14
9 years ago
Sergey M․
abb893e6e4
[beeg] Update API URL
9 years ago
Sergey M․
4511c1976d
[beeg] Fix extraction ( Closes #8225 )
9 years ago
Jaime Marquínez Ferrándiz
4240d50496
[YoutubeDL] improve error message for file:/// URLs
9 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.
9 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.
9 years ago