Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [utils] Handle `ss:xxx` in `parse_duration` | pukkandan | 2022-01-19 | 2 | -3/+10 | |
| | | | | Closes #2388 | |||||
* | [youtube] Make invalid storyboard URL non-fatal | pukkandan | 2022-01-19 | 1 | -2/+2 | |
| | | | | Closes #2382 | |||||
* | [youtube] Detect live-stream embeds | pukkandan | 2022-01-19 | 2 | -1/+18 | |
| | | | | Closes #2380 | |||||
* | [ThisOldHouseIE] Add support for premium videos (#2358) | Ashish Gupta | 2022-01-18 | 1 | -3/+14 | |
| | | | | Authored by: Ashish0804 Closes: #2341 | |||||
* | [megatvcom] Add extractors (#1980) | Zenon Mousmoulas | 2022-01-17 | 3 | -0/+184 | |
| | | | Authored by: zmousm | |||||
* | [glomex] Minor fixes (#2357) | Zenon Mousmoulas | 2022-01-16 | 2 | -3/+2 | |
| | | | Authored by: zmousm | |||||
* | [PokerGo] Add extractors (#2331) | Ashish Gupta | 2022-01-14 | 2 | -0/+115 | |
| | | | | Authored by: Ashish0804 Closes: #2316 | |||||
* | [glomex] Add new extractors (#1979) | Zenon Mousmoulas | 2022-01-14 | 3 | -0/+253 | |
| | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/30212 Authored by: zmousm | |||||
* | [dplay] Re-structure DiscoveryPlus extractors | pukkandan | 2022-01-13 | 1 | -61/+84 | |
| | ||||||
* | [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus (#2315) | Timendum | 2022-01-13 | 1 | -3/+6 | |
| | | | | Partially fixes #2138 Authored by: timendum | |||||
* | [httpie] Fix `available` method | pukkandan | 2022-01-13 | 1 | -1/+1 | |
| | | | | Closes #2330 | |||||
* | [generic] Improve KVS player extraction (#2328) | trasssh | 2022-01-13 | 1 | -13/+15 | |
| | | | | Closes #2281 Authored by: trassshhub | |||||
* | [twitcasting] Refactor extractor (#2310) | Lesmiscore (The Hatsune Daishi) | 2022-01-13 | 1 | -49/+96 | |
| | | | | | | | Co-authored-by: Ashish Gupta <39122144+Ashish0804@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Authored by: Lesmiscore | |||||
* | Add option `--concat-playlist` | pukkandan | 2022-01-13 | 7 | -12/+87 | |
| | | | | Closes #1855, related: #382 | |||||
* | [ffmpeg] Ignore unknown streams | pukkandan | 2022-01-13 | 1 | -1/+1 | |
| | | | | Closes #2307 | |||||
* | [facebook] Fix extraction from groups | pukkandan | 2022-01-13 | 1 | -34/+29 | |
| | | | | Closes #2264, related: #2320 | |||||
* | [yahoo:gyao] Improved playlist handling (#1975) | Hirokuni Yano | 2022-01-12 | 1 | -14/+28 | |
| | | | Authored by: hyano | |||||
* | [cleanup, docs] Minor fixes | pukkandan | 2022-01-12 | 6 | -14/+16 | |
| | | | | Closes #2230 | |||||
* | [ffmpeg] Standardize use of `-map 0` | pukkandan | 2022-01-12 | 2 | -26/+30 | |
| | | | | Closes #2182 | |||||
* | [CeskaTelevize] Use `http` for manifests | pukkandan | 2022-01-12 | 1 | -0/+1 | |
| | | | | Workaround for #2043 | |||||
* | [kakao] Detect geo-restriction | pukkandan | 2022-01-11 | 1 | -11/+35 | |
| | | | | Code from: https://github.com/ytdl-org/youtube-dl/commit/d8085580f63ad3b146a31712ff76cf41d5a4558a | |||||
* | [streamcz] Fix extractor (#1616) | Petr Vaněk | 2022-01-11 | 1 | -77/+80 | |
| | | | | Closes #1329, closes #1731 Authored by: arkamar, pukkandan | |||||
* | [facebook] Improve title and uploader extraction | pukkandan | 2022-01-11 | 1 | -24/+27 | |
| | | | | Closes #1943, closes #795 | |||||
* | [twitcasting] Throw proper error for login-only streams (#2290) | Lesmiscore (The Hatsune Daishi) | 2022-01-12 | 1 | -1/+7 | |
| | | | | | Closes #2289 Authored by: Lesmiscore | |||||
* | Check for existing thumbnail/subtitle in final directory | pukkandan | 2022-01-11 | 1 | -27/+27 | |
| | | | | Closes #2275 | |||||
* | [digitalconcerthall] Add extractor (#1931) | teridon | 2022-01-11 | 3 | -0/+145 | |
| | | | Authored by: teridon | |||||
* | [rai] Add Raiplaysound extractors (#1955) | nixxo | 2022-01-11 | 2 | -93/+156 | |
| | | | | Closes #1951 Authored by: nixxo, pukkandan | |||||
* | Fix typo in ed5835b4513aed59ff29f4bdb7e07456cd041ee0 | pukkandan | 2022-01-11 | 1 | -1/+1 | |
| | ||||||
* | [aparat] Fix extractor | pukkandan | 2022-01-11 | 1 | -6/+9 | |
| | | | | Closes #2285 | |||||
* | Allow listing formats, thumbnails, subtitles using `--print` (#2238) | pukkandan | 2022-01-11 | 2 | -78/+90 | |
| | | | | | Closes #2083 Authored by: pukkandan, Zirro | |||||
* | Allow `--print` to be run at any post-processing stage | pukkandan | 2022-01-11 | 3 | -43/+47 | |
| | ||||||
* | [noodlemagazine] Add extractor (#2293) | trasssh | 2022-01-10 | 2 | -0/+68 | |
| | | | Authored by: trassshhub | |||||
* | [Rule34video] Add extractor (#2279) | trasssh | 2022-01-10 | 2 | -0/+66 | |
| | | | Authored by: trassshhub | |||||
* | [Nexx] Extract more metadata (#2273) | MinePlayersPE | 2022-01-10 | 1 | -26/+55 | |
| | | | Authored by: MinePlayersPE | |||||
* | [tiktok] Extract user thumbnail | pukkandan | 2022-01-10 | 2 | -10/+20 | |
| | | | | | Closes #2186 Authored by: pukkandan, MinePlayersPE | |||||
* | [twitter] Fix video in quoted tweets | pukkandan | 2022-01-10 | 1 | -2/+3 | |
| | | | | Closes #2254 | |||||
* | [utils] Partially revert d76d15a6699dc41eea26a96d054a1b7bcb12c69b | pukkandan | 2022-01-10 | 1 | -38/+1576 | |
| | | | | Closes #2187 | |||||
* | [funk] Support origin URLs | pukkandan | 2022-01-10 | 1 | -2/+2 | |
| | | | | Closes #2270 | |||||
* | [test] Fix TestVerboseOutput | pukkandan | 2022-01-10 | 1 | -8/+8 | |
| | | | | Closes #2269 | |||||
* | [veoh] Improve extractor (#2251) | foghawk | 2022-01-09 | 1 | -19/+43 | |
| | | | | | | | | * [veoh] Remove old _extract_video * [veoh] Extend _VALID_URL to accept '/videos/' * [veoh] Prefer high quality * [veoh] Extract more metadata Authored by: foghawk | |||||
* | [utils] Improve `get_elements_text_and_html_by_attribute` regex (#2280) | Zenon Mousmoulas | 2022-01-09 | 2 | -16/+15 | |
| | | | Authored by: zmousm, pukkandan | |||||
* | [vk] Fix VKUserVideosIE (#2248) | Ashish Gupta | 2022-01-09 | 1 | -41/+35 | |
| | | | | Authored by: Ashish0804 Closes #2196 | |||||
* | [PornHub,YouTube] Refresh onion addresses (#2272) | Unit 193 | 2022-01-09 | 2 | -5/+7 | |
| | | | Authored by: unit193 | |||||
* | [TikTok] Misc fixes (#2271) | MinePlayersPE | 2022-01-09 | 1 | -6/+9 | |
| | | | | Closes #2265 Authored by: MinePlayersPE | |||||
* | Add EuropeanTourIE (#2247) | Ashish Gupta | 2022-01-08 | 2 | -0/+38 | |
| | | | | Closes #2208 Authored by: Ashish0804 | |||||
* | [NBCSports] Fix extraction of platform URLs (#2244) | ischmidt20 | 2022-01-08 | 1 | -7/+12 | |
| | | | Authored by: ischmidt20 | |||||
* | [afreecatv] Add support for livestreams (#2097) | Luc Ritchie | 2022-01-07 | 2 | -1/+101 | |
| | | | Authored by: wlritchi | |||||
* | [Nexx] Support 3q CDN (#2213) | MinePlayersPE | 2022-01-07 | 1 | -0/+62 | |
| | | | | Closes #1637 Authored by: MinePlayersPE | |||||
* | [fox] Extract m3u8 from preview (#2235) | ischmidt20 | 2022-01-07 | 1 | -8/+31 | |
| | | | Authored by: ischmidt20 | |||||
* | [Pornez] Add extractor (#2236) | Moises Lima | 2022-01-07 | 2 | -0/+44 | |
| | | | Authored by: mozlima |