Skip to content

Arkrissym/zattoo-embed-2-m3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A little script to extract stream urls from tv channels using embedded zattoo players.

To find the required "channel" open your browsers developer tools and search for a similiar link: https://embed.zattoo.com/zapi/watch/live/{channel}

Example in.m3u

#EXTM3U
#EXTINF:-1 tvg-name="channel name" tvg-id="channel id" tvg-logo="logo_url",channel_name
{channel}.dash

If yout prefer HLS over DASH replace .dash with .hls

Example docker-compose.yml

services:
  app:
    image: ghcr.io/arkrissym/zattoo-embed-2-m3u:main
    restart: always
    ports:
      - 5000:5000
    environment:
      - HOST_IP=your_host:5000
    volumes:
      - ./in.m3u:/in.m3u

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors