Commit Graph

7550 Commits (826a7da808448932d17c09a13a106d75ba0c10d7)

Author SHA1 Message Date
Sergey M․ 1f80e360fc [gamespot] Use compat_urllib_parse_unquote
Sergey M․ d7011316d0 [facebook] Use compat_urllib_parse_unquote
Sergey M․ d3671b344f [ehow] Use compat_urllib_parse_unquote
Sergey M․ a60cccbf9f [crunchyroll] Use compat_urllib_parse_unquote
Sergey M․ 3e72f5f10e [ceskatelevize] Use compat_urllib_parse_unquote
Sergey M․ b94b78971c [bet] Use compat_urllib_parse_unquote
Sergey M․ 4d08161ac2 [compat] Mention unquote_plus
Sergey M․ aa99aa4e85 [compat] Add compat_urllib_parse_unquote_plus
Sergey M․ 13fc7f3a05 Merge branch 'atomicdryad-pr-crashfix_compat_urllib_unquote'
Sergey M․ 5513967926 [compat] Simplify and use latest cpython 3 code
Sergey M. eacd875f3b Merge pull request from remitamine/howstuffworks
[howstuffwoks] fix _VALID_URL regex
remitamine c4fe07c7af match only the test url
remitamine 1186e3f91a do not capture a group
remitamine f354385bf5 Add test for urls without a number
remitamine cabe001590 [howstuffwoks] fix _VALID_URL regex
Sergey M․ 89f691e141 Merge branch 'pr-crashfix_compat_urllib_unquote' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-crashfix_compat_urllib_unquote
fnord 593b77064c Don't forget trailing '%'
fnord 9fefc88656 fix TestCompat test_all_present
fnord a0f28f90fa remove kebab
fnord 851229a01f remove debugprint
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
Yen Chi Hsuan a38436e889 [extractor/common] Add 'transform_source' parameter to _extract_f4m_formats()
Sergey M․ 23fc384f2c [npo] Compound title
Sergey M․ 1540119723 [npo] Remove unused imports
Sergey M․ 574f42d79a [vpro] Improve playlist extraction
Sergey M․ 536b0700b0 [npo] Allow missing description
Sergey M․ 5ba761eb85 [npo] Prefer aflevering_titel over titel
Sergey M․ 611ac379bb [vpro] Fix extraction and add support for vpro playlists
Sergey M․ 03f32a7ead [wnl] Add extractor for omroepwnl playlists
Sergey M․ 50ea2bb20d [npo] Update test
Sergey M․ 525daedd5a [npo] Add support for omroepwnl fragments
Sergey M․ e118031ef8 [npo] Extend _VALID_URL to support ntr.nl (Closes )
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
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.
Sergey M․ ab9b890b52 [prosiebensat1] Clarify test purpose
Sergey M․ 31c746e5dc [extractor/common] Keep going in some media_url is missing
Sergey M․ f01f731107 [prosiebensat1] Use generic f4m manifest extraction
Sergey M․ 70f0f5a8ca [extractor/common] Recursively extract child f4m manifests
Sergey M․ cc357c4db8 [extractor/common] Properly handle full URLs
Sergey M․ 97f4aecfc1 [extractor/common] Handle malformed f4m manifests
Sergey M․ 2af0f87c8b [prosiebensat1] Fix extraction (Closes )
Sergey M․ 6c1b0c0ed2 [dfb] Extract formats
Sergey M․ ddcdc684e2 [dfb] Extract display_id and modernize
Sergey M․ eae89f92e6 [dfb] Update test
Jaime Marquínez Ferrándiz 01d115b06b [jeuxvideo] Relax _VALID_URL (fixes )
Sergey M․ 79057965a8 [udemy] Remove superfluous field
Sergey M․ dcd4d95c8e [udemy] Fix authentication (Closes )
Sergey M․ cf61d96df0 [extractor/common] Add _form_hidden_inputs
Sergey M․ f8da79f828 [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs
Jaime Marquínez Ferrándiz 9750e7d70e [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages
Because it can be used for other extractors.
cazulu 50aa2bb6b9 [dailymotion] Extract duration (closes )
Sergey M․ 1d1dd597ed [dramafever] Extract srt (Closes )
Yen Chi Hsuan cfe5537ee5 [myspass] Fix extraction (closes )
Sergey M․ 6dfa0602f0 [nowtv] Fix extraction (Closes )
Seamus Phelan 75a40b2251 [SBS] fixes due to website changes
Sergey M․ 28fb109ed0 [rds] Improve _VALID_URL
Sergey M․ b6ea9ef21a [rds] Improve
Sergey M․ b8dd44baa9 Merge branch 'rdsca' of https://github.com/fstirlitz/youtube-dl into fstirlitz-rdsca
Sergey M․ c4f1fde75b [nrk:tv] Add format id prefixes
Sergey M․ 667170e2c7 [nrk:tv] Add support for radio URLs (Closes )
Sergey M․ 53429e6551 [onionstudios] Fix extraction
felix ac8f97f2b3 [rdsca] New extractor
Sergey M․ 369e195a44 Handle postprocessor_args similarly to external_downloader_args
Sergey M․ 15006fedb9 [postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractors
Sergey M․ e35b23f54d [postprocessor/common] Improve postprocessor args fetching and clarify doc
Sergey M․ f72b0a6032 Revert xvid to avi and make docs to be similar to existing external downloader option
Sergey M․ ac9ed061ec Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Sergey M․ d919fa3344 [vk] Handle access denied error
Sergey M․ 79913fde35 [vk] Add list id to info_url
Sergey M․ da634d0a8b Merge branch 'dufferzafar-webofstories'
Sergey M․ fac54cb426 [webofstories:playlist] Improve and add test
Sergey M․ 3f19b9b7c1 Merge branch 'webofstories' of https://github.com/dufferzafar/youtube-dl into dufferzafar-webofstories
Jaime Marquínez Ferrándiz 86f2541695 Remove unused 're' imports
Yen Chi Hsuan 181c4ccaaa [qqmusic] Add more localized names
Yen Chi Hsuan ed848087d5 [neteasemusic] Add more localized names
Yen Chi Hsuan edd66be5be [kuwo] Add more localized names
Yen Chi Hsuan 246995dbc8 [youku] Add localized name
Yen Chi Hsuan b931fbe5ab [yinyuetai] Add localized name
Yen Chi Hsuan e014ff015d [yam] Add localized name
Yen Chi Hsuan 4fa5f40232 [xuite] Add localized name
Yen Chi Hsuan 9b15be97aa [udn] Add localized name
Yen Chi Hsuan a7ada46bd9 [qqmusic] Add localized name
Yen Chi Hsuan 9d16788ad9 [nextmedia] Add localized name
Yen Chi Hsuan 6ce89aecc3 [neteasemusic] Add localized name
Yen Chi Hsuan 963d0ce7e3 [letv] Add localized name
Yen Chi Hsuan 0f08d7f851 [kuwo] Add localized name
Yen Chi Hsuan 44c514eb9c [iqiyi] Add localized name
Yen Chi Hsuan 513cbdda93 [douyutv] Add localized name
Yen Chi Hsuan e1ba152352 [ctsnews] Add localized name
Yen Chi Hsuan 446e764500 [baidu] Add localized name
Yen Chi Hsuan 901d00caa6 Merge branch 'ping-kuwo'
Yen Chi Hsuan 094790d2c9 [kuwo:song] Give warnings for unavailable optional fields
Sergey M․ 1c0163a5cc [gorillavid] Use `_form_hidden_inputs`
Sergey M․ 8fa7e5817a [hostingbulk] Use `_form_hidden_inputs`
Sergey M․ 01b89d5682 [played] Use `_form_hidden_inputs`
Yen Chi Hsuan 9f01c1a803 [kuwo] Use \d instead of [0-9]
Sergey M․ 46f0f50016 [primesharetv] Use `_form_hidden_inputs`
Sergey M․ b8070dbbd7 [promptfile] Use `_form_hidden_inputs`
Sergey M․ 3b16d803c9 [shared] Use `_form_hidden_inputs`
Sergey M․ de195c23a6 [vimeo] Use `_form_hidden_inputs`