Files
epg/sites/firstmedia.com/readme.md

22 lines
365 B
Markdown
Raw Normal View History

2023-12-03 15:36:35 +03:00
# firstmedia.com
https://www.firstmedia.com/product/tv-guide
### Download the guide
```sh
npm run grab --- --site=firstmedia.com
2023-12-03 15:36:35 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/firstmedia.com/firstmedia.com.config.js --output=./sites/firstmedia.com/firstmedia.com.channels.xml
2023-12-03 15:36:35 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- firstmedia.com
2023-12-03 15:36:35 +03:00
```