parker1992 / iptv-proxy

Simple Flask proxy app for m3u files.
MIT License
8 stars 3 forks source link

Proxify URLs within EPG from within M3U #7

Open parker1992 opened 1 year ago

parker1992 commented 1 year ago

Some M3U files have an EXTM3U url-tvg tag which contains an external M3U file.

The URL to that EPG is prefixed with the proxy, however URLs that are within that EPG aren’t.

Before proxifying the M3U, download the EPG, proxify those URLs and save the EPG in the static folder. Then replace the EXTM3U url-tvg tag with the new EPG.