Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evoactivity/PlutoIPTV
Grab EPG & M3U from Pluto.tv
https://github.com/evoactivity/PlutoIPTV
Last synced: 8 days ago
JSON representation
Grab EPG & M3U from Pluto.tv
- Host: GitHub
- URL: https://github.com/evoactivity/PlutoIPTV
- Owner: evoactivity
- License: mit
- Created: 2020-03-24T22:50:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T16:44:22.000Z (4 months ago)
- Last Synced: 2024-10-30T00:38:04.656Z (12 days ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 154
- Watchers: 18
- Forks: 56
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - evoactivity/PlutoIPTV - Grab EPG & M3U from Pluto.tv (JavaScript)
README
# PlutoIPTV
Grab EPG & M3U from Pluto.tv
Based on https://github.com/TylerB260/PlutoXML
## Usage
### Run
```bash
$ npx pluto-iptv
```This will create an `epg.xml` file and a `playlist.m3u` file
#### Filtering for favorites
If you don't want all channels from pluto, you can create a "favorites" file: `pluto-favorites`. In this file, one per line, you can list "slugs" of channels and only those channels will be downloaded. You can add comments by starting the line with `#`.Example:
```text
# Nostalgia
80s-rewind
90s-throwback
after-school-cartoons# Music
vevo-80s
vevo-90s
vevo-pop# News
black-news-channel
cbsn-2
nbc-news-now
pluto-tv-news
```