From 8461b3b2349e0d40e56149cc2b1f699d99151e87 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:04:35 +0300 Subject: [PATCH] Update grab.js --- scripts/commands/site/grab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/site/grab.js b/scripts/commands/site/grab.js index 997c4747..bbb2cbda 100644 --- a/scripts/commands/site/grab.js +++ b/scripts/commands/site/grab.js @@ -10,7 +10,7 @@ const command = spawn( [ 'epg-grabber', `--config=sites/${site}/${site}.config.js`, - `--channels=sites/${site}/${site}.channels.xml`, + `--channels=sites/${site}/${site}*.channels.xml`, `--output=guides/{lang}/{site}.xml` ], { shell: process.platform == 'win32' }