From c575a1e3dfa8060ead71fb9e54db8d4d33a68c51 Mon Sep 17 00:00:00 2001 From: sembauke Date: Tue, 17 Dec 2024 17:32:43 +0100 Subject: [PATCH 1/3] chore: change spanish RSS-feed to new RSS-feed --- mobile-api/src/podcast-feed-urls.json | 2 +- .../ui/views/podcast/podcast-list/podcast_list_viewmodel.dart | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mobile-api/src/podcast-feed-urls.json b/mobile-api/src/podcast-feed-urls.json index d7e63b770..cb9aea288 100644 --- a/mobile-api/src/podcast-feed-urls.json +++ b/mobile-api/src/podcast-feed-urls.json @@ -6,7 +6,7 @@ "https://freecodecamp.libsyn.com/rss", "http://feeds.codenewbie.org/cnpodcast.xml", "https://feeds.transistor.fm/scrimba", - "https://feeds.transistor.fm/freecodecamp-podcast-en-espanol", + "https://anchor.fm/s/ff0092f4/podcast/rss", "https://feeds.transistor.fm/freecodecamp-podcast-in-chinese", "https://feeds.transistor.fm/freecodecamp-podcast-em-portugues" ] diff --git a/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart b/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart index 73928fd88..c8a2f6892 100644 --- a/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart +++ b/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart @@ -10,7 +10,8 @@ import 'package:stacked/stacked.dart'; const fccPodcastUrls = [ 'https://freecodecamp.libsyn.com/rss', - 'https://feeds.transistor.fm/freecodecamp-podcast-en-espanol', + // Español + 'https://anchor.fm/s/ff0092f4/podcast/rss', 'https://feeds.transistor.fm/freecodecamp-podcast-in-chinese', 'https://feeds.transistor.fm/freecodecamp-podcast-em-portugues', ]; From eac547a69304363bab4d8dcda1e0985e2e8bbc79 Mon Sep 17 00:00:00 2001 From: sembauke Date: Thu, 19 Dec 2024 09:35:12 +0100 Subject: [PATCH 2/3] chore: change more URLS --- mobile-api/src/podcast-feed-urls.json | 7 +++---- .../podcast/podcast-list/podcast_list_viewmodel.dart | 9 ++++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/mobile-api/src/podcast-feed-urls.json b/mobile-api/src/podcast-feed-urls.json index cb9aea288..93a250e88 100644 --- a/mobile-api/src/podcast-feed-urls.json +++ b/mobile-api/src/podcast-feed-urls.json @@ -2,12 +2,11 @@ "feedUrls": [ "https://feed.syntax.fm/rss", "https://changelog.com/podcast/feed", - "https://pinecast.com/feed/ladybug-podcast", "https://freecodecamp.libsyn.com/rss", "http://feeds.codenewbie.org/cnpodcast.xml", "https://feeds.transistor.fm/scrimba", "https://anchor.fm/s/ff0092f4/podcast/rss", - "https://feeds.transistor.fm/freecodecamp-podcast-in-chinese", - "https://feeds.transistor.fm/freecodecamp-podcast-em-portugues" + "https://anchor.fm/s/ff054de4/podcast/rss", + "https://anchor.fm/s/ff026c00/podcast/rss" ] -} +} \ No newline at end of file diff --git a/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart b/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart index c8a2f6892..8671a7356 100644 --- a/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart +++ b/mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart @@ -9,11 +9,14 @@ import 'package:path_provider/path_provider.dart'; import 'package:stacked/stacked.dart'; const fccPodcastUrls = [ + // English 'https://freecodecamp.libsyn.com/rss', - // Español + // Spanish 'https://anchor.fm/s/ff0092f4/podcast/rss', - 'https://feeds.transistor.fm/freecodecamp-podcast-in-chinese', - 'https://feeds.transistor.fm/freecodecamp-podcast-em-portugues', + // Chinese + 'https://anchor.fm/s/ff054de4/podcast/rss', + // Portuguese + 'https://anchor.fm/s/ff026c00/podcast/rss', ]; class PodcastListViewModel extends BaseViewModel { From 3166c02b16f4fd53d91df05b15e4744bdeddefbe Mon Sep 17 00:00:00 2001 From: sembauke Date: Thu, 19 Dec 2024 14:23:54 +0100 Subject: [PATCH 3/3] fix: lint error --- mobile-api/src/podcast-feed-urls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-api/src/podcast-feed-urls.json b/mobile-api/src/podcast-feed-urls.json index 93a250e88..f548a150e 100644 --- a/mobile-api/src/podcast-feed-urls.json +++ b/mobile-api/src/podcast-feed-urls.json @@ -9,4 +9,4 @@ "https://anchor.fm/s/ff054de4/podcast/rss", "https://anchor.fm/s/ff026c00/podcast/rss" ] -} \ No newline at end of file +}