Extracts original m3u8 links directly from multiple IPTV networks
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# IPTV Network Extract
|
|
|
|
|
|
|
|
Extracts original m3u8 links from multiple IPTV networks.
|
|
|
|
|
|
|
|
## Channels Supported
|
|
|
|
|
|
|
|
+ Italy 🇮🇹
|
|
|
|
+ Discovery Network
|
|
|
|
+ realtime
|
|
|
|
+ nove
|
|
|
|
+ dmax
|
|
|
|
+ giallo
|
|
|
|
+ k-2
|
|
|
|
+ frisbee
|
|
|
|
+ motor-trend
|
|
|
|
+ food-network
|
|
|
|
+ home-and-garden-tv
|
|
|
|
+ eurosport1\*
|
|
|
|
+ eurosport2\*
|
|
|
|
|
|
|
|
\* the service is irregular/occasional
|
|
|
|
|
|
|
|
## Use
|
|
|
|
|
|
|
|
To list the supported _sources_:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
./iptv_network_extract.py -l
|
|
|
|
```
|
|
|
|
|
|
|
|
To list the supported _channels_ of a _source_:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
./iptv_network_extract.py -s SOURCE -l
|
|
|
|
```
|
|
|
|
|
|
|
|
To extract the _link_ for a _channel_:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
./iptv_network_extract.py -s SOURCE -c CHANNEL
|
|
|
|
```
|
|
|
|
|
|
|
|
You can also pipe the link directly to a player like `mpv`:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
./iptv_network_extract.py -s SOURCE -c CHANNEL | mpv --playlist=-
|
|
|
|
```
|