From fbddfe3302937002bab3058be446379d0b2ff560 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Thu, 6 Mar 2025 21:43:31 +0000 Subject: [PATCH] feat(comet): set to scrape from comet, mediafusion and torrentio --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 20da109..ee1f9a4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -328,8 +328,9 @@ services: - SCRAPE_ZILEAN=True - ZILEAN_URL=http://zilean:8181 # or https://zilean.elfhosted.com if not hosting zilean locally - ZILEAN_TAKE_FIRST=500 - - SCRAPE_TORRENTIO=False - - SCRAPE_MEDIAFUSION=False + - SCRAPE_TORRENTIO=True + - SCRAPE_MEDIAFUSION=True + - SCRAPE_COMET=True - MEDIAFUSION_URL=http://mediafusion:8000 # or https://mediafusion.elfhosted.com if not hosting mediafusion locally - STREMTHRU_URL=http://stremthru:8080 # or https://stremthru.13377001.xyz if not hosting stremthru locally - DOWNLOAD_TORRENT_FILES=False