Various enhancement to SponsorBlock.md

This commit is contained in:
TheFrenchGhosty 2021-02-17 15:09:54 +01:00
parent 1f7e09c876
commit bc4b4a9bde
2 changed files with 7 additions and 5 deletions

7
docs/SponsorBlock.md Normal file
View file

@ -0,0 +1,7 @@
## SponsorBlock implementation
SponsorBlock is fully usable with the videos downloaded by this script thanks to [MPV_SponsorBlock](https://github.com/po5/mpv_sponsorblock) by [po5 / Eva](https://github.com/po5) since this [issue](https://github.com/po5/mpv_sponsorblock/issues/5).
To use it you just have to set: `local_pattern = " %[([%a%d%-_]+)].[mw][kpe][v4b]m?$"` in `sponsorblock.lua`.
Note that this will send/leak to the SponsorBlock server everything that use this naming including "[CRCs in anime-style naming](https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts/issues/1#issuecomment-633000802)".

View file

@ -1,5 +0,0 @@
## Sponsorblock implementation
Sponsorblock is fully usable with the videos downloaded by this script thanks to [MPV_Sponsorblock](https://github.com/po5/mpv_sponsorblock) by [po5 / Eva](https://github.com/po5) since this [issue](https://github.com/po5/mpv_sponsorblock/issues/5).
To use it you just have to set: `local_pattern = " %[([%a%d%-_]+)].[mw][kpe][v4b]m?$"` in `sponsorblock.lua`. Note that this will send/leak to the Sponsorblock server everything that use this naming including "[CRCs in anime-style naming](https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts/issues/1#issuecomment-633000802)".