Skip to content

Manual way to remove a Podcast URL that is now a 404 ? #108

Answered by JonOfUs
Nightdive99 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently there is no way to reset the data apart from manually altering the database.

You could talk to the API directly to mark the 404 feed as removed. This way, it should no longer be synchronized to Kasts and Antennapod. But for this it's easiest to use the terminal/command line.
The command for this is:
curl -u username:password -H "Content-Type: application/json" -X POST -d '{"add": [], "remove": ["https://example.com/feed.rss"]}' https://cloud.example.com/index.php/apps/gpoddersync/subscription_change/create
Just replace username&password with your Nextcloud login data, replace https://example.com/feed.rss with the problematic feed URL and cloud.example.com with your Nextcloud's d…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nightdive99
Comment options

Answer selected by Nightdive99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants