Updated Extract.sh and README.md in .script

This commit is contained in:
Yuuki Chan 2024-10-12 13:48:39 +09:00
parent 029f57fc32
commit 125f057b0a
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
for filename in ./*.ts; do for filename in ./*.ts; do
Y=${filename:2:4} Y=${filename:2:4}
M=${filename:7:2} M=${filename:7:2}

View file

@ -4,3 +4,4 @@
- Python - Python
- epgdump ([link](https://github.com/Piro77/epgdump)) - epgdump ([link](https://github.com/Piro77/epgdump))
- Filename format `2024年10月11日20時50分00秒-EXAMPLE_CHANNEL.ts` - Filename format `2024年10月11日20時50分00秒-EXAMPLE_CHANNEL.ts`
- 7-zip