mirror of
https://github.com/iptv-org/iptv
synced 2026-03-22 03:41:39 -04:00
Rewrite api:load script
This commit is contained in:
5
.github/workflows/format.yml
vendored
5
.github/workflows/format.yml
vendored
@@ -31,11 +31,6 @@ jobs:
|
||||
id: files
|
||||
with:
|
||||
files: streams/*.m3u
|
||||
- name: download data from api
|
||||
run: |
|
||||
mkdir -p temp/data
|
||||
curl -L -o temp/data/blocklist.json https://iptv-org.github.io/api/blocklist.json
|
||||
curl -L -o temp/data/channels.json https://iptv-org.github.io/api/channels.json
|
||||
- uses: actions/setup-node@v3
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user