Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Nov 4, 2023
1 parent 9a1c158 commit 371596f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 202 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/epg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
with:
fetch-depth: 0

# - name: Download & Install WebGrab+Plus & its config
# run: |
# wget http://webgrabplus.com/sites/default/files/download/SW/V3.3.0/WebGrabPlus_V3.3_install.tar.gz
# tar -zxvf WebGrabPlus_V3.3_install.tar.gz
# cd .wg++
# ./install.sh
# cp config/WGconfig.xml .wg++/WebGrab++.config.xml
# ./run.sh
- name: Download & Install WebGrab+Plus & its config
run: |
wget http://webgrabplus.com/sites/default/files/download/SW/V3.3.0/WebGrabPlus_V3.3_install.tar.gz
tar -zxvf WebGrabPlus_V3.3_install.tar.gz
cd .wg++
./install.sh
cp config/WGconfig.xml .wg++/WebGrab++.config.xml
./run.sh
- name: Download EPG
- name: Download manual EPG
run: |
mapfile -t urls < config/epg.txt
# Iterate over the URLs and download the XML files
Expand Down
Loading

0 comments on commit 371596f

Please sign in to comment.