change iTunes to Apple Podcasts (#6324)

This commit is contained in:
Tony Tam
2023-02-22 11:14:19 -08:00
committed by GitHub
parent 25ddd73f24
commit 5c79bc7c45
4 changed files with 6 additions and 6 deletions

View File

@ -48,6 +48,6 @@ public class FyydPodcastSearcher implements PodcastSearcher {
@Override
public String getName() {
return "Fyyd";
return "fyyd";
}
}

View File

@ -111,6 +111,6 @@ public class ItunesPodcastSearcher implements PodcastSearcher {
@Override
public String getName() {
return "iTunes";
return "Apple";
}
}

View File

@ -83,7 +83,7 @@ public class PodcastIndexPodcastSearcher implements PodcastSearcher {
@Override
public String getName() {
return "Podcastindex.org";
return "Podcast Index";
}
private Request buildAuthenticatedRequest(String url) {