from curl_cffi.requests import AsyncSession import asyncio async def test_curl(): url = "https://q.larozavideo.net/newvideos1.php" headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", } async with AsyncSession(impersonate="chrome120") as s: print(f"Fetching {url}...") try: resp = await s.get(url, headers=headers, timeout=15) print(f"Status: {resp.status_code}") if resp.status_code == 200: print(f"Title: {resp.text.find('