mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
22 lines
338 B
Markdown
22 lines
338 B
Markdown
|
|
# programetv.ro
|
||
|
|
|
||
|
|
https://www.programetv.ro/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=programetv.ro
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/programetv.ro/programetv.ro.config.js --output=./sites/programetv.ro/programetv.ro.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- programetv.ro
|
||
|
|
```
|