Unify menu labels, centralize hoster URL normalization, and add auto-update toggle

This commit is contained in:
2026-02-23 19:53:47 +01:00
parent d9e338c9b6
commit bd0bf34ae5
8 changed files with 286 additions and 279 deletions

View File

@@ -20,7 +20,7 @@ import os
import re
import json
from typing import TYPE_CHECKING, Any, Callable, Dict, List, Optional
from urllib.parse import urlencode, urljoin
from urllib.parse import urljoin
try: # pragma: no cover - optional dependency
import requests