diff --git a/cache/.gitempty b/cache/.gitempty new file mode 100644 index 0000000..e69de29 diff --git a/channelsToM3U.php b/channelsToM3U.php new file mode 100644 index 0000000..02b6a55 --- /dev/null +++ b/channelsToM3U.php @@ -0,0 +1,25 @@ + diff --git a/config.php b/config.php new file mode 100644 index 0000000..e595f13 --- /dev/null +++ b/config.php @@ -0,0 +1,15 @@ + +/* +Astra 19.2E https://www.satindex.de/transponderv-1.php +Astra 28.2E https://www.satindex.de/transponderv-3.php +... (and the other URLs from satindex.de +*/ + +$transponderDB = "https://www.satindex.de/transponderv-1.php"; + +/* +Elgato IP +*/ +$IP = "192.168.1.1"; + +?> diff --git a/fetchData.php b/fetchData.php new file mode 100644 index 0000000..63de02e --- /dev/null +++ b/fetchData.php @@ -0,0 +1,115 @@ +