Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Various build workflow improvements | bashonly | 2023-05-20 | 5 | -37/+90 |
| | | | | | | | | | - Wait for build before publishing to PyPI - Do not run `meta_files` job if release is cancelled - Customizable channel in release workflow - Display badges above changelog Authored by: bashonly, Grub4K | ||||
* | [build] Fix macOS target | Simon Sawicki | 2023-05-20 | 1 | -7/+10 |
| | | | | Authored by: Grub4K | ||||
* | [update] Implement `--update-to` repo | Simon Sawicki | 2023-05-20 | 4 | -23/+41 |
| | | | | Authored by: Grub4K, pukkandan | ||||
* | [update] Better error handling | Simon Sawicki | 2023-05-20 | 2 | -11/+17 |
| | | | | Authored by: pukkandan | ||||
* | [extractor/youtube] Support podcasts and releases tabs | coletdjnz | 2023-05-20 | 1 | -3/+45 |
| | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/6893 Authored by: coletdjnz | ||||
* | [cleanup] Misc | pukkandan | 2023-05-20 | 6 | -404/+245 |
| | | | | Closes #7030, closes #6967 | ||||
* | [jsinterp] Handle `NaN` in bitwise operators | pukkandan | 2023-05-20 | 3 | -1/+20 |
| | | | | Closes #6131 | ||||
* | [extractor/booyah] Remove extractor | pukkandan | 2023-05-20 | 2 | -87/+0 |
| | | | | Site shut down. Closes #6425 | ||||
* | [docs] Misc improvements | pukkandan | 2023-05-20 | 11 | -34/+43 |
| | | | | Closes #6814, closes #6940, closes #6733, closes #6923, closes #6566, closes #6726, closes #6728 | ||||
* | [extractor/iwara] Implement login (#6721) | toomyzoom | 2023-05-11 | 1 | -5/+83 |
| | | | Authored by: toomyzoom | ||||
* | [extractor/wrestleuniverse] Fix extraction, add login (#6982) | bashonly | 2023-05-08 | 2 | -35/+105 |
| | | | | | | Closes #6975 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | ||||
* | [extractor/facebook] Fix metadata extraction (#6856) | ringus1 | 2023-05-08 | 1 | -5/+9 |
| | | | | Closes #3432 Authored by: ringus1 | ||||
* | [extractor/abematv] Add fallback for title and description extraction and ↵ | Lesmiscore | 2023-05-06 | 1 | -0/+10 |
| | | | | | extract more metadata (#6994) Authored by: Lesmiscore | ||||
* | [extractor/tvp] Use new API (#6989) | lauren n. liberda | 2023-05-06 | 1 | -25/+71 |
| | | | | Authored by: selfisekai Closes #6987 | ||||
* | [extractor/youporn] Extract m3u8 formats | pukkandan | 2023-05-05 | 1 | -17/+18 |
| | | | | Closes #6977 | ||||
* | [utils] `locked_file`: Fix for virtiofs (#6840) | Eveldee | 2023-05-05 | 1 | -4/+5 |
| | | | | Authored by: brandon-dacrib Closes #6823 | ||||
* | [extractor/clipchamp] Add extractor (#6978) | bashonly | 2023-05-03 | 2 | -0/+62 |
| | | | | Closes #6973 Authored by: bashonly | ||||
* | [extractor/dlf] Add extractors (#6697) | Nicholas Defranco | 2023-05-02 | 2 | -0/+196 |
| | | | | Closes #6430 Authored by: nick-cd | ||||
* | [extractor/twitter] Default to GraphQL, handle auth errors (#6957) | bashonly | 2023-05-01 | 2 | -76/+62 |
| | | | | Closes #6763 Authored by: bashonly | ||||
* | [utils] `traverse_obj`: More fixes (#6959) | Simon Sawicki | 2023-04-30 | 2 | -12/+37 |
| | | | | | | | | - Fix result when branching with `traverse_string` - Fix `slice` path on `dict`s - Fix tests and docstrings from 21b5ec86c2c37d10c5bb97edd7051d3aac16bb3e - Add `is_iterable_like` helper function Authored by: Grub4K | ||||
* | [extractor/reddit] Add login support (#6950) | bashonly | 2023-04-29 | 1 | -0/+21 |
| | | | | Closes #6949 Authored by: bashonly | ||||
* | Fix f005a35aa7e4f67a0c603a946c0dd714c151b2d6 | pukkandan | 2023-04-29 | 1 | -7/+5 |
| | | | | | | | | | | Printing inside `finally` causes the order of logging to change when there is an error, which is undesirable. So this is reverted. The issue of `--print` being blocked by pre-processors was an unintentional side-effect of changing the operation orders in 170605840ea9d5ad75da6576485ea7d125b428ee, and this is also partially reverted. | ||||
* | Ensure pre-processor errors do not block `--print` | pukkandan | 2023-04-29 | 1 | -4/+6 |
| | | | | Closes #6937 | ||||
* | [extractor/cbc] Fix live extractor, playlist `_VALID_URL` (#6625) | makeworld | 2023-04-28 | 1 | -37/+83 |
| | | | Authored by: makew0rld | ||||
* | Fix bug in 170605840ea9d5ad75da6576485ea7d125b428ee | pukkandan | 2023-04-27 | 1 | -24/+18 |
| | | | | and related refactor | ||||
* | [jsinterp] Handle negative numbers better | pukkandan | 2023-04-27 | 3 | -3/+25 |
| | | | | Closes #6131 | ||||
* | Populate `filename` and `urls` fields at all stages of `--print` | pukkandan | 2023-04-27 | 1 | -15/+17 |
| | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/6920 | ||||
* | [extractor/globalplayer] Add extractors (#6903) | garret | 2023-04-26 | 2 | -0/+261 |
| | | | Authored by: garret1317 | ||||
* | [extractor/aeonco] Support Youtube embeds (#6591) | Alex Klapheke | 2023-04-26 | 1 | -9/+43 |
| | | | Authored by: alexklapheke | ||||
* | [extractor/pornhub] Set access cookies to fix extraction (#6685) | Noah | 2023-04-25 | 1 | -2/+9 |
| | | | | | | | Closes #4299 Authored by: Schmoaaaaah, arobase-che Co-authored-by: Noah <nkempers@outlook.de> Co-authored-by: ache <ache@ache.one> | ||||
* | [extractor/bitchute] Add more fallback subdomains (#6907) | Neurognostic | 2023-04-25 | 1 | -1/+4 |
| | | | Authored by: Neurognostic | ||||
* | [extractor/NiconicoSeries] Fix extraction (#6898) | sqrtNOT | 2023-04-25 | 1 | -7/+6 |
| | | | Authored by: sqrtNOT | ||||
* | [extractors/rtvc] Add extractors (#6578) | Elyse | 2023-04-24 | 3 | -0/+322 |
| | | | | | | | | | * Add `RTVCPlay` extractor * Add `RTVCPlayEmbed` extractor * Add `RTVCKaltura` extractor * Add `SenalColombiaLive` extractor Closes #6457 Authored by: elyse0 | ||||
* | [utils] `traverse_obj`: Allow iterables in traversal (#6902) | Simon Sawicki | 2023-04-24 | 2 | -4/+7 |
| | | | Authored by: Grub4K | ||||
* | Add option `--xff` | pukkandan | 2023-04-24 | 3 | -23/+33 |
| | | | | Deprecates `--geo-bypass`, `--no-geo-bypass, `--geo-bypass-country`, `--geo-bypass-ip-block` | ||||
* | [extractor/hentaistigma] Remove extractor | pukkandan | 2023-04-24 | 2 | -38/+0 |
| | | | | | | Piracy site Closes #6870 | ||||
* | Add `--no-quiet` | pukkandan | 2023-04-24 | 3 | -2/+8 |
| | | | | Closes #6796 | ||||
* | [outtmpl] Support `str.format` syntax inside replacements | pukkandan | 2023-04-24 | 3 | -4/+21 |
| | | | | Closes #6843 | ||||
* | [outtmpl] Allow `\n` in replacements and default. | pukkandan | 2023-04-24 | 3 | -2/+3 |
| | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510055357 Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510363645 | ||||
* | [extractor/twitch] Extract original size thumbnail (#6629) | JC-Chung | 2023-04-22 | 1 | -4/+10 |
| | | | Authored by: JC-Chung | ||||
* | [extractor/wevidi] Add extractor (#6868) | truedread | 2023-04-22 | 2 | -0/+109 |
| | | | | Closes #6129 Authored by: truedread | ||||
* | [extractor/nhk] Add `NhkRadiru` extractor (#6819) | garret | 2023-04-19 | 2 | -1/+141 |
| | | | | | * Add `NhkRadioNewsPage` extractor Authored by: garret1317 | ||||
* | [extractor/sbs] Overhaul extractor for new API (#6839) | vidiot720 | 2023-04-18 | 2 | -27/+86 |
| | | | | Closes #6543 Authored by: vidiot720, dirkf, bashonly | ||||
* | [extractor/bilibili] Support festival videos (#6547) | qbnu | 2023-04-18 | 1 | -13/+73 |
| | | | | Closes #6138 Authored by: qbnu | ||||
* | [extractor/stageplus] Add extractor (#6838) | bashonly | 2023-04-18 | 2 | -0/+519 |
| | | | | Closes #6806 Authored by: bashonly | ||||
* | [extractor/pornez] Support new URL formats (#6792) | zhgwn | 2023-04-18 | 1 | -23/+41 |
| | | | | Closes #6791, Closes #6298 Authored by: zhgwn | ||||
* | [extractor/whyp] Add extractor (#6803) | CoryTibbettsDev | 2023-04-16 | 2 | -0/+51 |
| | | | Authored by: CoryTibbettsDev | ||||
* | [extractor/gronkh] Extract duration and chapters (#6817) | satan1st | 2023-04-16 | 1 | -2/+12 |
| | | | Authored by: satan1st | ||||
* | [extractor/reddit] Support cookies and short URLs (#6825) | bashonly | 2023-04-16 | 1 | -14/+58 |
| | | | | Closes #6665, Closes #6753 Authored by: bashonly | ||||
* | [extractor/adobepass] Handle `Charter_Direct` MSO as `Spectrum` (#6824) | bashonly | 2023-04-16 | 1 | -1/+1 |
| | | | Authored by: bashonly |