From a3c64020739ba551a2ca0c58c7a382bcff6ae876 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:54:17 +0300 Subject: [PATCH] Delete load.sh --- src/load.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 src/load.sh diff --git a/src/load.sh b/src/load.sh deleted file mode 100755 index 35a6173ae..000000000 --- a/src/load.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -mkdir -p src/data -curl -L -o src/data/blocklist.json https://iptv-org.github.io/api/blocklist.json -curl -L -o src/data/categories.json https://iptv-org.github.io/api/categories.json -curl -L -o src/data/channels.json https://iptv-org.github.io/api/channels.json -curl -L -o src/data/streams.json https://iptv-org.github.io/api/streams.json -curl -L -o src/data/guides.json https://iptv-org.github.io/api/guides.json -curl -L -o src/data/countries.json https://iptv-org.github.io/api/countries.json -curl -L -o src/data/languages.json https://iptv-org.github.io/api/languages.json -curl -L -o src/data/regions.json https://iptv-org.github.io/api/regions.json -curl -L -o src/data/subdivisions.json https://iptv-org.github.io/api/subdivisions.json \ No newline at end of file