diff --git a/jd-webgui/app.py b/jd-webgui/app.py index 18d529a..fdf587c 100644 --- a/jd-webgui/app.py +++ b/jd-webgui/app.py @@ -56,7 +56,7 @@ POLL_SECONDS = float(os.environ.get("POLL_SECONDS", "5")) # JDownloader writes here inside container JD_OUTPUT_PATH = "/output" -PROXY_EXPORT_PATH = os.environ.get("PROXY_EXPORT_PATH", "/output/jd-proxies.txt") +PROXY_EXPORT_PATH = os.environ.get("PROXY_EXPORT_PATH", "/output/jd-proxies.jdproxies") URL_RE = re.compile(r"^https?://", re.I) @@ -894,13 +894,13 @@ def render_proxies_page(
Speichert die Liste als TXT im Container, z. B. zum Import in JDownloader → Verbindungsmanager → Importieren.
+Speichert die Liste als .jdproxies im Container, z. B. zum Import in JDownloader → Verbindungsmanager → Importieren.
Aktueller Pfad: {export_path or PROXY_EXPORT_PATH}