Update plex.tv

This commit is contained in:
freearhey
2023-11-26 12:52:57 +03:00
parent 948495df13
commit 9d92665918
4 changed files with 81 additions and 231 deletions

23
sites/plex.tv/readme.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
```