Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [utils] `write_string`: Workaround newline issue in `conhost` | pukkandan | 2022-04-28 | 2 | -1/+5 | |
| | | | | | | | | | On windows `conhost`, when `WINDOWS_VT_MODE` is enabled, `\n` is not actually sent if the window is exactly the length of printed line, and the line does not end with a white-space character. So the line-break disappears when resizing the window. Fixes #1863 | |||||
* | Improve `--clean-infojson` | pukkandan | 2022-04-28 | 7 | -15/+21 | |
| | | | | | It should not removes fields that may be needed for `--load-infojson`. Eg: `_ffmpeg_args`, `_has_drm` | |||||
* | [lrt] Support livestreams (#3555) | Giedrius Statkevičius | 2022-04-28 | 2 | -10/+52 | |
| | | | Authored by: GiedriusS | |||||
* | [extractor] Update `manifest_url`s after redirect (#3575) | Elyse | 2022-04-27 | 1 | -11/+23 | |
| | | | Authored by: elyse0 | |||||
* | [InfoQ] Don't fail on missing audio format (#3573) | Evan Spensley | 2022-04-27 | 1 | -2/+7 | |
| | | | | Closes #3441 Authored by: evansp | |||||
* | [extractor] Update dash `manifest_url` after redirects (#3563) | Elyse | 2022-04-27 | 1 | -1/+4 | |
| | | | | Closes #2696 Authored by: elyse0 | |||||
* | [twitcasting] Pass headers for each formats (#3568) | Lesmiscore | 2022-04-28 | 1 | -0/+1 | |
| | | | Authored by: Lesmiscore | |||||
* | [Niconico] Support 2FA (#3559) | ekangmonyet | 2022-04-27 | 1 | -10/+22 | |
| | | | Authored by: ekangmonyet | |||||
* | [cleanup,build] Cleanup some build-related code | pukkandan | 2022-04-27 | 8 | -38/+60 | |
| | | | | Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7 | |||||
* | [cleanup] Delete unused extractors | pukkandan | 2022-04-27 | 10 | -770/+0 | |
| | ||||||
* | [ffmpeg] Fix features detection | pukkandan | 2022-04-27 | 1 | -1/+2 | |
| | ||||||
* | [Metadata] Remove filename from attached info-json | pukkandan | 2022-04-27 | 1 | -2/+5 | |
| | ||||||
* | [downloader/ffmpeg] Specify headers for each URL (#3553) | Elyse | 2022-04-26 | 1 | -6/+13 | |
| | | | | Closes #2696 Authored by: elyse0 | |||||
* | [build] Ensure `compat._legacy` is packed in executables | pukkandan | 2022-04-26 | 2 | -0/+3 | |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406 | |||||
* | [compat/asyncio] Use `asyncio.all_tasks` | pukkandan | 2022-04-26 | 4 | -20/+11 | |
| | ||||||
* | [compat] Ensure submodules are correctly wrapped | pukkandan | 2022-04-26 | 6 | -22/+73 | |
| | ||||||
* | Revert acbc64225006964cf52d316e007a77a1b5e2975b | pukkandan | 2022-04-26 | 1 | -13/+8 | |
| | | | | | | Reverts "[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation" The warning should not be suppressed. We need to address it | |||||
* | [downloader/fc2] Stop heatbeating once FFmpeg finishes | Lesmiscore | 2022-04-25 | 1 | -1/+8 | |
| | | | | Authored by: Lesmiscore | |||||
* | [utils] WebSocketsWrapper: Ignore warnings at websockets instantiation | Lesmiscore | 2022-04-25 | 1 | -6/+13 | |
| | | | | | | | This also fixes crash caused by moving asyncio to .compat. Authored by: Lesmiscore Thanks: J.Chung at Discord (581418557871620106) | |||||
* | [bandcamp] Exclude merch links (#3368) | Yipten | 2022-04-23 | 1 | -1/+1 | |
| | | | | Closes #3318 Authored by: Yipten | |||||
* | [icareus] Add extractor (#3320) | Teemu Ikonen | 2022-04-23 | 2 | -0/+181 | |
| | | | Authored by: tpikonen, pukkandan | |||||
* | [hotstar] Refactor extractors | pukkandan | 2022-04-23 | 2 | -108/+124 | |
| | | | | Closes #3517 | |||||
* | [build] Avoid use of `install -D` | pukkandan | 2022-04-23 | 1 | -5/+10 | |
| | | | | Closes #3429 | |||||
* | [telegram] Fix metadata extraction | pukkandan | 2022-04-23 | 1 | -6/+10 | |
| | | | | Closes #3528 | |||||
* | [Sponsorblock] Don't crash when duration is unknown | pukkandan | 2022-04-23 | 1 | -1/+1 | |
| | | | | CLoses #3529 | |||||
* | [PearVideo] Add fallback for formats (#3438) | Ha Tien Loi | 2022-04-22 | 1 | -0/+9 | |
| | | | | Closes #3425 Authored by: hatienl0i261299 | |||||
* | [EmbedThumbnail] Disable thumbnail conversion for mkv (#3512) | Evan Spensley | 2022-04-21 | 1 | -6/+4 | |
| | | | | Closes #3209 Authored by: evansp | |||||
* | [dependencies] Create module with all dependency imports | pukkandan | 2022-04-21 | 13 | -113/+128 | |
| | ||||||
* | Don't imply `-s` for later stages of `-O` | pukkandan | 2022-04-20 | 4 | -12/+15 | |
| | ||||||
* | [Gofile] Support password-protected links (#3488) | mehq | 2022-04-20 | 1 | -3/+22 | |
| | | | | Closes #3465 Authored by: mehq | |||||
* | [Olympics] Fix format extension | pukkandan | 2022-04-19 | 1 | -1/+1 | |
| | | | | Closes #3481 | |||||
* | Fix `Makefile` | pukkandan | 2022-04-19 | 2 | -13/+7 | |
| | | | | | | Closes #3467, #35 Authored by: putnam | |||||
* | [openrec:movie] Enable fallback for /movie/ URLs | Lesmiscore | 2022-04-19 | 1 | -2/+2 | |
| | | | | Closes #3474 | |||||
* | bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵ | pukkandan | 2022-04-19 | 4 | -9/+7 | |
| | | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472 | |||||
* | bugfix for 19a0394044bfad36cd665450271b8eb048a41c02, ↵ | pukkandan | 2022-04-18 | 2 | -8/+9 | |
| | | | | 3d3bb1688bfc5373105e6bf7c3d4729cf3f78788 | |||||
* | [compat] Split into sub-modules (#2173) | felix | 2022-04-18 | 11 | -318/+274 | |
| | | | | Authored by: fstirlitz, pukkandan | |||||
* | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 31 | -345/+263 | |
| | ||||||
* | [test] Convert warnings into errors | pukkandan | 2022-04-18 | 9 | -11/+13 | |
| | | | | | | * And fix some existing warnings Authored by: fstirlitz | |||||
* | [docs] Improve embedding docs and other minor fixes | pukkandan | 2022-04-18 | 5 | -50/+116 | |
| | ||||||
* | [niconico] Set `expected_protocol` to a public field | pukkandan | 2022-04-17 | 1 | -2/+2 | |
| | | | | Closes #3440 | |||||
* | [downloader/fragment] Make single thread download work for --live-from-start ↵ | Lesmiscore (Naoya Ozaki) | 2022-04-16 | 1 | -2/+7 | |
| | | | | | (#3446) Authored by: Lesmiscore | |||||
* | Fix `--skip-unavailable-fragments` | pukkandan | 2022-04-15 | 1 | -0/+2 | |
| | | | | | Bug in d71fd412495af9ebccef807379859a0baa97ddee Closes #3437 | |||||
* | [utils] Fix WebSocketsWrapper | pukkandan | 2022-04-15 | 1 | -0/+1 | |
| | | | | | Bug in 3cea3edd1ac1101bd709dfa0305509028118b163 Closes #3422 | |||||
* | Do not change fragment chunk-size when `--test` | pukkandan | 2022-04-15 | 1 | -1/+1 | |
| | | | | Closes #3434 | |||||
* | [youtube] Fix episode metadata extraction | coletdjnz | 2022-04-15 | 1 | -1/+1 | |
| | ||||||
* | [chingari] Fix archiving and tests | pukkandan | 2022-04-14 | 1 | -2/+4 | |
| | ||||||
* | [spotify] Detect iframe embeds (#3430) | Felix S | 2022-04-14 | 2 | -3/+18 | |
| | | | Authored by: fstirlitz | |||||
* | [facebook] Improve thumbnail extraction (#3392) | Akmal | 2022-04-12 | 1 | -1/+2 | |
| | | | Authored by: Wikidepia | |||||
* | Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e | pukkandan | 2022-04-12 | 1 | -2/+1 | |
| | ||||||
* | [EmbedSubtitle] Enable for more video extensions | pukkandan | 2022-04-12 | 1 | -2/+4 | |
| | | | | Closes #3382 |