From ea648f63b1a573441dc74f8da56eeb95e3191ba5 Mon Sep 17 00:00:00 2001 From: Dan Jacob Date: Wed, 22 Jan 2025 14:30:43 +0200 Subject: [PATCH] feat: add note on private feed auth --- templates/podcasts/private_feed_form.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/podcasts/private_feed_form.html b/templates/podcasts/private_feed_form.html index 40c73d8b5..4fff06af9 100644 --- a/templates/podcasts/private_feed_form.html +++ b/templates/podcasts/private_feed_form.html @@ -30,4 +30,16 @@ {% endpartialdef form %} +
+

+ If you have a private podcast feed that requires a username and password, you can add it here with this format: +

+

+ https://username:password@feed-url +

+

Use a URL encoding service to encode the username and password if required.

+
{% endblock content %}