mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-07 10:50:34 -08:00
feat: use curl_cffi to enable browser impersonation
This commit is contained in:
@@ -32,7 +32,7 @@ def write_search_results(
|
||||
):
|
||||
import textwrap
|
||||
|
||||
import requests
|
||||
from curl_cffi import requests
|
||||
|
||||
for anime in search_results:
|
||||
if not os.path.exists(SEARCH_RESULTS_CACHE):
|
||||
|
||||
Reference in New Issue
Block a user