fix: drop curl_cffi as dependency due to issues on android

This commit is contained in:
Benex254
2024-08-05 09:47:02 +03:00
parent 9fed0761bd
commit 2a152e2cbf
7 changed files with 459 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ def write_search_results(
):
import textwrap
from curl_cffi import requests
import requests
for anime in search_results:
if not os.path.exists(SEARCH_RESULTS_CACHE):