Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup Misc | pukkandan | 2022-10-18 | 1 | -1/+1 |
| | | | | Closes #5162 | ||||
* | [SponsorBlock] Relax duration check for large segments | pukkandan | 2022-10-18 | 1 | -1/+2 |
| | |||||
* | [SponsorBlock] Add `type` field | pukkandan | 2022-10-18 | 1 | -0/+1 |
| | |||||
* | [SponsorBlock] Support `chapter` category (#5260) | Ajay Ramachandran | 2022-10-18 | 1 | -4/+9 |
| | | | Authored by: ajayyy, pukkandan | ||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -2/+2 |
| | |||||
* | [Sponsorblock] Don't crash when duration is unknown | pukkandan | 2022-04-23 | 1 | -1/+1 |
| | | | | CLoses #3529 | ||||
* | [cleanup] Misc cleanup (#2173) | pukkandan | 2022-04-12 | 1 | -2/+2 |
| | | | | Authored by: fstirlitz, pukkandan | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -1/+1 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [postprocessor,cleanup] Create `_download_json` | pukkandan | 2022-03-25 | 1 | -26/+2 |
| | |||||
* | [SponsorBlock] Fixes for highlight and "full video labels" (#2849) | Nil Admirari | 2022-02-22 | 1 | -0/+4 |
| | | | Authored by: nihil-admirari | ||||
* | [SponsorBlock] Add Filler and Highlight categories (#1664) | Nil Admirari | 2021-12-09 | 1 | -3/+11 |
| | | | Authored by: nihil-admirari, pukkandan | ||||
* | [SponsorBlock] Obey `extractor-retries` and `sleep-requests` | pukkandan | 2021-10-22 | 1 | -10/+23 |
| | |||||
* | [docs,cleanup] Some minor refactoring and improve docs | pukkandan | 2021-09-30 | 1 | -4/+4 |
| | |||||
* | Native SponsorBlock implementation and related improvements (#360) | Nil Admirari | 2021-09-02 | 1 | -0/+96 |
SponsorBlock options: * The fetched sponsor sections are written to infojson * `--sponsorblock-remove` removes specified chapters from file * `--sponsorblock-mark` marks the specified sponsor sections as chapters * `--sponsorblock-chapter-title` to specify sponsor chapter template * `--sponsorblock-api` to use a different API Related improvements: * Split `--embed-chapters` from `--embed-metadata` * Add `--remove-chapters` to remove arbitrary chapters * Add `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters Deprecates all `--sponskrub` options Authored by: nihil-admirari, pukkandan |