mirror of
https://github.com/iptv-org/epg
synced 2026-04-12 22:02:59 -04:00
Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
22 lines
340 B
Markdown
22 lines
340 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
|
|
```
|