Update animekalesi.py

Cache time reduced from 1 week to 1 hour.
pull/2864/head
alper-han 1 month ago committed by GitHub
parent dcceb9a3f3
commit 7efef31745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ from .utils import FIRST_THOUSAND_OR_SO_USER_AGENTS as AGENT_LIST
logger = logging.getLogger(__name__)
# Cache expiration times
SEARCH_EXPIRATION_TIME = timedelta(weeks=1).total_seconds()
SEARCH_EXPIRATION_TIME = timedelta(hours=1).total_seconds()
def fix_turkish_chars(text: str) -> str:
"""Fix Turkish characters for proper matching."""

Loading…
Cancel
Save