mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +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:sync
This folder contains modules related to external services for synchronization. The module model provides the basic interfaces for implementing a synchronization backend. The other modules contains backends for specific synchronization services.