Updated Extract.sh and README.md in .script
This commit is contained in:
parent
029f57fc32
commit
125f057b0a
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
for filename in ./*.ts; do
|
||||
Y=${filename:2:4}
|
||||
M=${filename:7:2}
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
- Python
|
||||
- epgdump ([link](https://github.com/Piro77/epgdump))
|
||||
- Filename format `2024年10月11日20時50分00秒-EXAMPLE_CHANNEL.ts`
|
||||
- 7-zip
|
Loading…
Add table
Reference in a new issue