mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Remove guide from znbc.co.zm
This commit is contained in:
parent
575f2f1cee
commit
1bf38f9c5a
2 changed files with 3 additions and 1 deletions
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Create Matrix
|
||||
id: set-matrix
|
||||
run: node scripts/create-matrix.js --exclude=sites/tvprofil.com/*
|
||||
run: node scripts/create-matrix.js --exclude=sites/tvprofil.com/*,sites/znbc.co.zm/*
|
||||
grab:
|
||||
runs-on: ubuntu-latest
|
||||
needs: create-matrix
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// BUG: site is down
|
||||
|
||||
const jsdom = require('jsdom')
|
||||
const { JSDOM } = jsdom
|
||||
const dayjs = require('dayjs')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue