mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
24 lines
448 B
Markdown
24 lines
448 B
Markdown
# plex.tv
|
|
|
|
https://watch.plex.tv/live-tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=plex.tv
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/plex.tv/plex.tv.config.js --output=./sites/plex.tv/plex.tv.channels.xml --set=token:YOUR_PLEX_TOKEN
|
|
```
|
|
|
|
Where to get the Plex Token? https://www.plexopedia.com/plex-media-server/general/plex-token/
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- plex.tv
|
|
```
|