new m3u8 cleanup script

This commit is contained in:
thezomo
2025-09-15 19:00:08 -05:00
parent 6719d2aced
commit b3969a5274
7 changed files with 206 additions and 87 deletions

View File

@@ -1,3 +1,4 @@
cd scripts
deno --allow-read --allow-write clean.ts
@REM deno --allow-read --allow-write clean.ts
for %%f in (.\*.m3u8) do .\clean-id3.exe %%f
cd ..