7601 Commits (c84683c88bbcb3cfd8d27af54a418035f431371d)

Author SHA1 Message Date
Sergey M․ 13fc7f3a05 Merge branch 'atomicdryad-pr-crashfix_compat_urllib_unquote' 9 years ago
Sergey M․ 5513967926 [compat] Simplify and use latest cpython 3 code 9 years ago
Sergey M. eacd875f3b Merge pull request #6259 from remitamine/howstuffworks
[howstuffwoks] fix _VALID_URL regex
9 years ago
remitamine c4fe07c7af match only the test url 9 years ago
remitamine 1186e3f91a do not capture a group 9 years ago
remitamine f354385bf5 Add test for urls without a number 9 years ago
remitamine cabe001590 [howstuffwoks] fix _VALID_URL regex 9 years ago
Sergey M․ 89f691e141 Merge branch 'pr-crashfix_compat_urllib_unquote' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-crashfix_compat_urllib_unquote 9 years ago
fnord 593b77064c Don't forget trailing '%' 9 years ago
fnord 9fefc88656 fix TestCompat test_all_present 9 years ago
fnord a0f28f90fa remove kebab 9 years ago
fnord 851229a01f remove debugprint 9 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
9 years ago
Yen Chi Hsuan a38436e889 [extractor/common] Add 'transform_source' parameter to _extract_f4m_formats() 9 years ago
Sergey M․ 23fc384f2c [npo] Compound title 9 years ago
Sergey M․ 1540119723 [npo] Remove unused imports 9 years ago
Sergey M․ 574f42d79a [vpro] Improve playlist extraction 9 years ago
Sergey M․ 536b0700b0 [npo] Allow missing description 9 years ago
Sergey M․ 5ba761eb85 [npo] Prefer aflevering_titel over titel 9 years ago
Sergey M․ 611ac379bb [vpro] Fix extraction and add support for vpro playlists 9 years ago
Sergey M․ 03f32a7ead [wnl] Add extractor for omroepwnl playlists 9 years ago
Sergey M․ 50ea2bb20d [npo] Update test 9 years ago
Sergey M․ 525daedd5a [npo] Add support for omroepwnl fragments 9 years ago
Sergey M․ e118031ef8 [npo] Extend _VALID_URL to support ntr.nl (Closes #6248) 9 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
9 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.
9 years ago
Sergey M․ ab9b890b52 [prosiebensat1] Clarify test purpose 9 years ago
Sergey M․ 31c746e5dc [extractor/common] Keep going in some media_url is missing 9 years ago
Sergey M․ f01f731107 [prosiebensat1] Use generic f4m manifest extraction 9 years ago
Sergey M․ 70f0f5a8ca [extractor/common] Recursively extract child f4m manifests 9 years ago
Sergey M․ cc357c4db8 [extractor/common] Properly handle full URLs 9 years ago
Sergey M․ 97f4aecfc1 [extractor/common] Handle malformed f4m manifests 9 years ago
Sergey M․ 2af0f87c8b [prosiebensat1] Fix extraction (Closes #6215) 9 years ago
Sergey M․ 6c1b0c0ed2 [dfb] Extract formats 9 years ago
Sergey M․ ddcdc684e2 [dfb] Extract display_id and modernize 9 years ago
Sergey M․ eae89f92e6 [dfb] Update test 9 years ago
Jaime Marquínez Ferrándiz 01d115b06b [jeuxvideo] Relax _VALID_URL (fixes #6230) 9 years ago
Sergey M․ 79057965a8 [udemy] Remove superfluous field 9 years ago
Sergey M․ dcd4d95c8e [udemy] Fix authentication (Closes #6224) 9 years ago
Sergey M․ cf61d96df0 [extractor/common] Add _form_hidden_inputs 9 years ago
Sergey M․ f8da79f828 [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs 9 years ago
Jaime Marquínez Ferrándiz 9750e7d70e [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages
Because it can be used for other extractors.
9 years ago
cazulu 50aa2bb6b9 [dailymotion] Extract duration (closes #6221) 9 years ago
Sergey M․ 1d1dd597ed [dramafever] Extract srt (Closes #6207) 9 years ago
Yen Chi Hsuan cfe5537ee5 [myspass] Fix extraction (closes #6206) 9 years ago
Sergey M․ 6dfa0602f0 [nowtv] Fix extraction (Closes #6169) 9 years ago
Seamus Phelan 75a40b2251 [SBS] fixes due to website changes 9 years ago
Sergey M․ 28fb109ed0 [rds] Improve _VALID_URL 9 years ago
Sergey M․ b6ea9ef21a [rds] Improve 9 years ago
Sergey M․ b8dd44baa9 Merge branch 'rdsca' of https://github.com/fstirlitz/youtube-dl into fstirlitz-rdsca 9 years ago
Sergey M․ c4f1fde75b [nrk:tv] Add format id prefixes 9 years ago
Sergey M․ 667170e2c7 [nrk:tv] Add support for radio URLs (Closes #6200) 9 years ago
Sergey M․ 53429e6551 [onionstudios] Fix extraction 9 years ago
felix ac8f97f2b3 [rdsca] New extractor 9 years ago
Sergey M․ 369e195a44 Handle postprocessor_args similarly to external_downloader_args 9 years ago
Sergey M․ 15006fedb9 [postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractors 9 years ago
Sergey M․ e35b23f54d [postprocessor/common] Improve postprocessor args fetching and clarify doc 9 years ago
Sergey M․ f72b0a6032 Revert xvid to avi and make docs to be similar to existing external downloader option 9 years ago
Sergey M․ ac9ed061ec Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master 9 years ago
Sergey M․ d919fa3344 [vk] Handle access denied error 9 years ago
Sergey M․ 79913fde35 [vk] Add list id to info_url 9 years ago
Sergey M․ da634d0a8b Merge branch 'dufferzafar-webofstories' 9 years ago
Sergey M․ fac54cb426 [webofstories:playlist] Improve and add test 9 years ago
Sergey M․ 3f19b9b7c1 Merge branch 'webofstories' of https://github.com/dufferzafar/youtube-dl into dufferzafar-webofstories 9 years ago
Jaime Marquínez Ferrándiz 86f2541695 Remove unused 're' imports 9 years ago
Yen Chi Hsuan 181c4ccaaa [qqmusic] Add more localized names 9 years ago
Yen Chi Hsuan ed848087d5 [neteasemusic] Add more localized names 9 years ago
Yen Chi Hsuan edd66be5be [kuwo] Add more localized names 9 years ago
Yen Chi Hsuan 246995dbc8 [youku] Add localized name 9 years ago
Yen Chi Hsuan b931fbe5ab [yinyuetai] Add localized name 9 years ago
Yen Chi Hsuan e014ff015d [yam] Add localized name 9 years ago
Yen Chi Hsuan 4fa5f40232 [xuite] Add localized name 9 years ago
Yen Chi Hsuan 9b15be97aa [udn] Add localized name 9 years ago
Yen Chi Hsuan a7ada46bd9 [qqmusic] Add localized name 9 years ago
Yen Chi Hsuan 9d16788ad9 [nextmedia] Add localized name 9 years ago
Yen Chi Hsuan 6ce89aecc3 [neteasemusic] Add localized name 9 years ago
Yen Chi Hsuan 963d0ce7e3 [letv] Add localized name 9 years ago
Yen Chi Hsuan 0f08d7f851 [kuwo] Add localized name 9 years ago
Yen Chi Hsuan 44c514eb9c [iqiyi] Add localized name 9 years ago
Yen Chi Hsuan 513cbdda93 [douyutv] Add localized name 9 years ago
Yen Chi Hsuan e1ba152352 [ctsnews] Add localized name 9 years ago
Yen Chi Hsuan 446e764500 [baidu] Add localized name 9 years ago
Yen Chi Hsuan 901d00caa6 Merge branch 'ping-kuwo' 9 years ago
Yen Chi Hsuan 094790d2c9 [kuwo:song] Give warnings for unavailable optional fields 9 years ago
Sergey M․ 1c0163a5cc [gorillavid] Use `_form_hidden_inputs` 9 years ago
Sergey M․ 8fa7e5817a [hostingbulk] Use `_form_hidden_inputs` 9 years ago
Sergey M․ 01b89d5682 [played] Use `_form_hidden_inputs` 9 years ago
Yen Chi Hsuan 9f01c1a803 [kuwo] Use \d instead of [0-9] 9 years ago
Sergey M․ 46f0f50016 [primesharetv] Use `_form_hidden_inputs` 9 years ago
Sergey M․ b8070dbbd7 [promptfile] Use `_form_hidden_inputs` 9 years ago
Sergey M․ 3b16d803c9 [shared] Use `_form_hidden_inputs` 9 years ago
Sergey M․ de195c23a6 [vimeo] Use `_form_hidden_inputs` 9 years ago
Yen Chi Hsuan d3b8908886 [kuwo] Simpler calls to url_result() 9 years ago
Sergey M․ 2688176c77 [vodlocker] Use `_form_hidden_inputs` 9 years ago
Sergey M․ a5839317aa [vk] Use `_form_hidden_inputs` when logging in 9 years ago
Sergey M․ a0aab26a41 [twitch] Use `_form_hidden_inputs` when logging in 9 years ago
Sergey M․ 27713812a0 [extractor/common] Add method for extracting form hidden input fields as dict 9 years ago
Yen Chi Hsuan cf2c5fda4f [kuwo] Use single quotes 9 years ago
Yen Chi Hsuan a9684c0dbf [kuwo] Add KuwoBaseIE 9 years ago
Sergey M․ c0bf5e1c4d [twitch] Fix non-ASCII logins/passwords on python 2 9 years ago
Yen Chi Hsuan a31e3e7dcb [kuwo] Regular expression improvements
1. Prevent .+ and .*
2. Use [^>]+ instead of spaces for HTML tags
3. Remove unnecessary trailing parts
9 years ago
Sergey M․ 17b41a3337 [twitch] Show reset password request 9 years ago
Sergey M․ 89a683ae74 [twitch] Fix error message regex 9 years ago
Sergey M․ 008661069b Merge branch 'master' of github.com:rg3/youtube-dl 9 years ago
Sergey M․ 9296e92e1c [twitch] Fix login (Closes #6186) 9 years ago
Yen Chi Hsuan a34af8d066 [kuwo] PEP8 9 years ago
Yen Chi Hsuan 8726e04629 Merge branch 'kuwo' of https://github.com/ping/youtube-dl into ping-kuwo 9 years ago
Yen Chi Hsuan 4eab60cbd2 [netease:djradio] Use compat_itertools_count 9 years ago
Yen Chi Hsuan a0e060ac1e [compat] Add compat_itertools_count
'step' parameter is added in Python 2.7
9 years ago
Yen Chi Hsuan 397a8ea96e [neteasemusic] Encoding fixes for Python 2.6 and 3.x 9 years ago
Yen Chi Hsuan 15830339ef [neteasemusic] PEP8 9 years ago
Yen Chi Hsuan b29280285e Merge branch 'neteasemusic' of https://github.com/ping/youtube-dl into ping-neteasemusic 9 years ago
ping 1633491bff [kuwo] Merge KuwoSingerMusicIE into KuwoSingerIE (missed kuwo.py) 9 years ago
ping 2b0fa1f7dd [kuwo] Merge KuwoSingerMusicIE into KuwoSingerIE 9 years ago
ping 02b386f80a [neteasemusic] Changes after review 9 years ago
Sergey M․ bf20b9c540 [extractor/generic] Add test for myvi embed 9 years ago
Sergey M․ 06a12933f3 [pbs] Add support for subtitles (Closes #6184) 9 years ago
Sergey M․ 6dd94d3a79 [myvi:embed] Rename to myvi 9 years ago
Sergey M․ f2f89c762a [myvi:embed] Improve _VALID_URL 9 years ago
Sergey M․ e6c2d9ad29 [extractor/generic:myvi] Add support for myvi embeds 9 years ago
Sergey M․ 83423254cc [myvi:embed] Extend _VALID_URL 9 years ago
Sergey M․ 1c20ddc966 [myvi:embed] Add extractor (Closes #6167) 9 years ago
Sergey M․ 675e9f22ea [vimple] Extract spruto player based extractor class 9 years ago
Sergey M․ 77c6fb5b24 [youtube] Make further DASH manifests not fatal after succeeded one 9 years ago
Sergey M․ 082a0140ef [yinyuetai] Do not capture unused group 9 years ago
Yen Chi Hsuan d76dea001b [yinyuetai] Miscellaneous improvements
1. Include all fields in _TEST
2. Use .get() for optional fields
3. Clarify the intention of 'ext' in formats
9 years ago
Yen Chi Hsuan af0f9b0e95 [yinyuetai] Style 9 years ago
Yen Chi Hsuan e2082ea942 [yinyuetai] Add test for h5/ part in _VALID_URL 9 years ago
Yen Chi Hsuan 68923e52a3 Merge branch 'yinyuetai' of https://github.com/ping/youtube-dl into ping-yinyuetai 9 years ago
Sergey M․ 9281f6d253 [vk] Add test for youtube embed 9 years ago
Sergey M․ 4647845679 [vk] Fix youtube extraction 9 years ago
Sergey M․ cf9cf7dd04 [vk] Extend _VALID_URL to handle biqle.ru (Closes #6179) 9 years ago
Yen Chi Hsuan 1316b54956 [clipsyndicate] Use _match_id 9 years ago
Yen Chi Hsuan cbc1fadd6f [clipsyndicate] Support chic subdomain (fixes #6176) 9 years ago
Philipp Hagemeister 4dd09c9add release 2015.07.07 9 years ago
Yen Chi Hsuan 267dc07e6b [gfycat] Catch errors 9 years ago
Yen Chi Hsuan d7b4d5dd50 [gfycat] Extract id correctly (fixes #6165) 9 years ago
Sergey M․ 7f220b2fac [vk] Catch ownership confirmation request 9 years ago
Sergey M․ 275c0423aa [vk] Fix extraction (Closes #6153) 9 years ago
Yen Chi Hsuan 85a064861f [qqmusic] Use regex for thumbnails in test cases 9 years ago
Yen Chi Hsuan d0b436bff2 Merge branch 'qqmusic-format-fix' of https://github.com/ping/youtube-dl into ping-qqmusic-format-fix 9 years ago
Yen Chi Hsuan dfc4eca21f [qqmusic:album] Playlist names are optional 9 years ago
Yen Chi Hsuan fc7ae675e2 [qqmusic:album] Strip description 9 years ago
Yen Chi Hsuan 804ad79985 Merge branch 'qqmusic-album-fix' of https://github.com/ping/youtube-dl into ping-qqmusic-album-fix 9 years ago
Yen Chi Hsuan e9d33454b5 [qqmusic:playlist] Playlist names are optional 9 years ago
Yen Chi Hsuan d80891efc4 Merge branch 'qqmusic-playlist' of https://github.com/ping/youtube-dl into ping-qqmusic-playlist 9 years ago
ping 37c1e4025c [yinyuetai] New extractor for yinyuetai.com 9 years ago
Yen Chi Hsuan 59a83d3e5b [spiegeltv] Skip invalid m3u8 manifests (closes #6157) 9 years ago
Yen Chi Hsuan 13af92fdc4 [common] Add 'fatal' to _extract_m3u8_formats 9 years ago
Sergey M․ 0c20ee7d4b [rtlnl] Clarify current adaptive -> flash workaround rationale 9 years ago