Roshan-R / termv

A terminal iptv player written in bash
GNU General Public License v3.0
222 stars 19 forks source link

feat: enable to use TERMV_API_URL as env variable #33

Closed marianozunino closed 1 year ago

marianozunino commented 1 year ago

Is the user responsability to provide an URL that exposes a JSON with the same format as http://iptv-org.github.io/iptv/channels.json

For instance, I create a js script to parse my personal M3U into a compatible JSON and stored that json as a private GIST.

Roshan-R commented 1 year ago

Thanks for the PR!

This seems like a good way to enable custom json file. Will look into it

Roshan-R commented 1 year ago

Thanks for your contribution to termv :sparkles: Would love further contributions from you