This commit is contained in:
doms9 2025-08-19 12:15:56 -04:00
parent 853fa98690
commit 00000d9984
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python3
import json
from pathlib import Path
import httpx
@ -7,7 +6,7 @@ from scrape import fstv, tvpass
m3u8_file = Path(__file__).parent / "TV.m3u8"
base_url = "https://spoo.me/yBR2jV"
base_url = "https://s.id/ePwXT"
client = httpx.Client(
timeout=5,