mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 10:00:07 -04:00
wip
This commit is contained in:
parent
b6e7d1e947
commit
50365756f7
64 changed files with 122 additions and 89 deletions
11
api.sh
Executable file
11
api.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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/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
|
Loading…
Add table
Add a link
Reference in a new issue