# 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 extract the link for a _channel_ and put it in `stdout`: ```sh ./iptv_network_extract.py -c channelName ``` You can also pipe the link to a player like `mpv`: ```sh ./iptv_network_extract.py -c channelName | mpv --playlist=- ```