This commit is contained in:
doms9 2025-09-18 17:31:45 -04:00
parent 839b38612b
commit 00000d99bf
6 changed files with 536 additions and 216 deletions

View file

@ -7,7 +7,7 @@ from scrapers.utils import CLIENT, UA, get_logger
log = get_logger(__name__)
BASE_FILE = Path(__file__).parent / "Base.m3u8"
BASE_FILE = Path(__file__).parent / "base.m3u8"
M3U8_FILE = Path(__file__).parent / "TV.m3u8"