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
|
#!/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}
|
||||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue