fnord
4a63291144
Add tests for compat_urllib_parse_unquote
10 years ago
fnord
593b77064c
Don't forget trailing '%'
10 years ago
fnord
9fefc88656
fix TestCompat test_all_present
10 years ago
fnord
a0f28f90fa
remove kebab
10 years ago
fnord
851229a01f
remove debugprint
10 years ago
fnord
c9c854cea7
replace old compat_urllib_parse_unquote with backport from python3's function
...
* required unquote_to_bytes function ported as well
(uses .decode('hex') instead of dynamically populated _hextobyte global)
* required implicit conversion to bytes and/or unicode in places due to
differing type assumptions in p3
10 years ago
fnord
45eedbe58c
Generic: use compat_urllib_parse_unquote to prevent utf8 mangling
...
of the entire page in python 2.
-requires- fixed compat_urllib_parse_unquote
example - the following will save with a mangled playlist title,
instead of the kanji for 'tsunami'. This affects all utf8encoded
urls as well
youtube-dl -f18 -o '%(playlist_title)s-%(title)s.%(ext)s' \
61c14c1e3a/tsunami.html
10 years ago
fnord
e37c932fca
compat_urllib_parse_unquote: crash fix: only decode valid hex
...
on python 2 the following has a { "crash_rate": "100%" } of the time
as it tries to parse '" ' as hex.
10 years ago
Sergey M.
5eb778bf4d
Merge pull request #6242 from dstftw/f4m-improvements
...
[f4m] Improvements
10 years ago
Sergey M․
ab9b890b52
[prosiebensat1] Clarify test purpose
10 years ago
Sergey M․
31c746e5dc
[extractor/common] Keep going in some media_url is missing
10 years ago
Sergey M․
f01f731107
[prosiebensat1] Use generic f4m manifest extraction
10 years ago
Sergey M․
70f0f5a8ca
[extractor/common] Recursively extract child f4m manifests
10 years ago
Sergey M․
cc357c4db8
[extractor/common] Properly handle full URLs
10 years ago
Sergey M․
97f4aecfc1
[extractor/common] Handle malformed f4m manifests
10 years ago
Sergey M․
2af0f87c8b
[prosiebensat1] Fix extraction ( Closes #6215 )
10 years ago
Sergey M.
b062d94eef
[README.md] Clarify authentication with .netrc file
10 years ago
Sergey M․
6c1b0c0ed2
[dfb] Extract formats
10 years ago
Sergey M․
ddcdc684e2
[dfb] Extract display_id and modernize
10 years ago
Sergey M․
eae89f92e6
[dfb] Update test
10 years ago
Jaime Marquínez Ferrándiz
01d115b06b
[jeuxvideo] Relax _VALID_URL ( fixes #6230 )
10 years ago
Sergey M․
79057965a8
[udemy] Remove superfluous field
10 years ago
Sergey M․
dcd4d95c8e
[udemy] Fix authentication ( Closes #6224 )
10 years ago
Sergey M․
cf61d96df0
[extractor/common] Add _form_hidden_inputs
10 years ago
Sergey M․
f8da79f828
[extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs
10 years ago
Jaime Marquínez Ferrándiz
9750e7d70e
[postprocessor/ffmpeg] Don't use '[youtube] ...' in messages
...
Because it can be used for other extractors.
10 years ago
cazulu
50aa2bb6b9
[dailymotion] Extract duration ( closes #6221 )
10 years ago
Sergey M․
1d1dd597ed
[dramafever] Extract srt ( Closes #6207 )
10 years ago
Yen Chi Hsuan
cfe5537ee5
[myspass] Fix extraction ( closes #6206 )
10 years ago
Sergey M․
7869eb3fc4
Credit Bernhard Minks for nowtv patch
10 years ago
Sergey M․
6dfa0602f0
[nowtv] Fix extraction ( Closes #6169 )
10 years ago
Sergey M․
28fb109ed0
[rds] Improve _VALID_URL
10 years ago
Sergey M․
48607afac5
Merge branch 'fstirlitz-rdsca'
10 years ago
Sergey M․
b6ea9ef21a
[rds] Improve
10 years ago
Sergey M․
b8dd44baa9
Merge branch 'rdsca' of https://github.com/fstirlitz/youtube-dl into fstirlitz-rdsca
10 years ago
Sergey M․
c4f1fde75b
[nrk:tv] Add format id prefixes
10 years ago
Sergey M․
667170e2c7
[nrk:tv] Add support for radio URLs ( Closes #6200 )
10 years ago
Sergey M․
53429e6551
[onionstudios] Fix extraction
10 years ago
felix
ac8f97f2b3
[rdsca] New extractor
10 years ago
Sergey M․
41c0d2f8cb
Credit @aurium for avi recode and postprocessort args ( #5942 )
10 years ago
Sergey M․
1f3a43dbe6
Merge branch 'aurium-master'
10 years ago
Sergey M․
369e195a44
Handle postprocessor_args similarly to external_downloader_args
10 years ago
Sergey M․
15006fedb9
[postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractors
10 years ago
Sergey M․
e35b23f54d
[postprocessor/common] Improve postprocessor args fetching and clarify doc
10 years ago
Sergey M․
f72b0a6032
Revert xvid to avi and make docs to be similar to existing external downloader option
10 years ago
Sergey M․
ac9ed061ec
Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
10 years ago
Sergey M․
d919fa3344
[vk] Handle access denied error
10 years ago
Sergey M․
79913fde35
[vk] Add list id to info_url
10 years ago
Sergey M․
da634d0a8b
Merge branch 'dufferzafar-webofstories'
10 years ago
Sergey M․
fac54cb426
[webofstories:playlist] Improve and add test
10 years ago