[Bug]: HTTP links broken in show notes #901

Closed
opened 2026-04-24 23:25:37 +02:00 by adam · 0 comments
Owner

Originally created by @Bostrolicious on GitHub (Jan 20, 2023).

Describe the issue

Links in show notes don't work if the linked site uses HTTP, but they work fine for HTTPS. I've compared the original RSS feed of a podcast to the one generated by audiobookshelf, and it seems that the href="..." part in the <a> tag is removed if the address starts with http. The links aren't clickable in the audiobookshelf web UI, so the problem must be occurring earlier than RSS feed generation.

Steps to reproduce the issue

  1. Subscribe to a podcast (e.g. No Such Thing as a Fish, https://audioboom.com/channels/2399216.rss)
  2. Click link in the show notes. If it's an HTTPS link, it will work, if it's HTTP, it won't. As an example, episode 292 of No Such Thing as a Fish contains both (the nosuchthingasafish.com link is HTTP, the amazon and apple links are HTTPS).
  3. Generate an audiobookshelf RSS feed and check the resulting file to see that the tags are altered for HTTP links, compared to the original RSS.

Audiobookshelf version

v2.2.12

How are you running audiobookshelf?

Docker

Originally created by @Bostrolicious on GitHub (Jan 20, 2023). ### Describe the issue Links in show notes don't work if the linked site uses HTTP, but they work fine for HTTPS. I've compared the original RSS feed of a podcast to the one generated by audiobookshelf, and it seems that the `href="..."` part in the `<a>` tag is removed if the address starts with http. The links aren't clickable in the audiobookshelf web UI, so the problem must be occurring earlier than RSS feed generation. ### Steps to reproduce the issue 1. Subscribe to a podcast (e.g. No Such Thing as a Fish, https://audioboom.com/channels/2399216.rss) 2. Click link in the show notes. If it's an HTTPS link, it will work, if it's HTTP, it won't. As an example, episode 292 of No Such Thing as a Fish contains both (the nosuchthingasafish.com link is HTTP, the amazon and apple links are HTTPS). 3. Generate an audiobookshelf RSS feed and check the resulting file to see that the <a> tags are altered for HTTP links, compared to the original RSS. ### Audiobookshelf version v2.2.12 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:25:37 +02:00
adam closed this issue 2026-04-24 23:25:37 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#901