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 2
2
"feedUrls" : [
3
3
" https://feed.syntax.fm/rss" ,
4
4
" https://changelog.com/podcast/feed" ,
5
- " https://pinecast.com/feed/ladybug-podcast" ,
6
5
" https://freecodecamp.libsyn.com/rss" ,
7
6
" http://feeds.codenewbie.org/cnpodcast.xml" ,
8
7
" 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 "
12
11
]
13
12
}
Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ import 'package:path_provider/path_provider.dart';
9
9
import 'package:stacked/stacked.dart' ;
10
10
11
11
const fccPodcastUrls = [
12
+ // English
12
13
'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' ,
16
20
];
17
21
18
22
class PodcastListViewModel extends BaseViewModel {
You can’t perform that action at this time.
0 commit comments