Skip to content

Commit 8d8c59e

Browse files
authored
chore: change spanish RSS-feed to new RSS-feed (#1309)
* chore: change spanish RSS-feed to new RSS-feed * chore: change more URLS * fix: lint error
1 parent 7bbe860 commit 8d8c59e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

mobile-api/src/podcast-feed-urls.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"feedUrls": [
33
"https://feed.syntax.fm/rss",
44
"https://changelog.com/podcast/feed",
5-
"https://pinecast.com/feed/ladybug-podcast",
65
"https://freecodecamp.libsyn.com/rss",
76
"http://feeds.codenewbie.org/cnpodcast.xml",
87
"https://feeds.transistor.fm/scrimba",
9-
"https://feeds.transistor.fm/freecodecamp-podcast-en-espanol",
10-
"https://feeds.transistor.fm/freecodecamp-podcast-in-chinese",
11-
"https://feeds.transistor.fm/freecodecamp-podcast-em-portugues"
8+
"https://anchor.fm/s/ff0092f4/podcast/rss",
9+
"https://anchor.fm/s/ff054de4/podcast/rss",
10+
"https://anchor.fm/s/ff026c00/podcast/rss"
1211
]
1312
}

mobile-app/lib/ui/views/podcast/podcast-list/podcast_list_viewmodel.dart

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ import 'package:path_provider/path_provider.dart';
99
import 'package:stacked/stacked.dart';
1010

1111
const fccPodcastUrls = [
12+
// English
1213
'https://freecodecamp.libsyn.com/rss',
13-
'https://feeds.transistor.fm/freecodecamp-podcast-en-espanol',
14-
'https://feeds.transistor.fm/freecodecamp-podcast-in-chinese',
15-
'https://feeds.transistor.fm/freecodecamp-podcast-em-portugues',
14+
// Spanish
15+
'https://anchor.fm/s/ff0092f4/podcast/rss',
16+
// Chinese
17+
'https://anchor.fm/s/ff054de4/podcast/rss',
18+
// Portuguese
19+
'https://anchor.fm/s/ff026c00/podcast/rss',
1620
];
1721

1822
class PodcastListViewModel extends BaseViewModel {

0 commit comments

Comments
 (0)