From e4f1d178e3fafe620b75aa654038b54e9672957d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 30 Apr 2023 05:22:01 +0300 Subject: [PATCH] Update package.json --- scripts/commands/api/load.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/commands/api/load.sh b/scripts/commands/api/load.sh index b26a0c3c2..37fd89619 100755 --- a/scripts/commands/api/load.sh +++ b/scripts/commands/api/load.sh @@ -1,10 +1,10 @@ #!/bin/bash -mkdir -p scripts/data -curl -L -o scripts/data/blocklist.json https://iptv-org.github.io/api/blocklist.json -curl -L -o scripts/data/categories.json https://iptv-org.github.io/api/categories.json -curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json -curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json -curl -L -o scripts/data/languages.json https://iptv-org.github.io/api/languages.json -curl -L -o scripts/data/regions.json https://iptv-org.github.io/api/regions.json -curl -L -o scripts/data/subdivisions.json https://iptv-org.github.io/api/subdivisions.json \ No newline at end of file +mkdir -p scripts/tmp/data +curl -L -o scripts/tmp/data/blocklist.json https://iptv-org.github.io/api/blocklist.json +curl -L -o scripts/tmp/data/categories.json https://iptv-org.github.io/api/categories.json +curl -L -o scripts/tmp/data/channels.json https://iptv-org.github.io/api/channels.json +curl -L -o scripts/tmp/data/countries.json https://iptv-org.github.io/api/countries.json +curl -L -o scripts/tmp/data/languages.json https://iptv-org.github.io/api/languages.json +curl -L -o scripts/tmp/data/regions.json https://iptv-org.github.io/api/regions.json +curl -L -o scripts/tmp/data/subdivisions.json https://iptv-org.github.io/api/subdivisions.json \ No newline at end of file