File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
mobile-app/lib/ui/views/podcast/podcast-list Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ import 'package:path_provider/path_provider.dart';
99import 'package:stacked/stacked.dart' ;
1010
1111const 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
1822class PodcastListViewModel extends BaseViewModel {
You can’t perform that action at this time.
0 commit comments