mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-11-01 16:42:51 +00:00
Connect to each newly added URL with a HEAD request. If there is a redirect to an existing URL, ignore the added feed. This does not handle `itunes:new-feed-url` or other redirects. This will likely still cause problems with synchronization because the server still knows the old url. However, it makes the situation better than it was before by avoiding the duplicates. For a proper fix, we need a new protocol that can deal with redirects more elegantly
:net:common
This module contains general network related utilities.