Skip to content

Commit

Permalink
chore: change spanish RSS-feed to new RSS-feed (#1309)
Browse files Browse the repository at this point in the history
* chore: change spanish RSS-feed to new RSS-feed

* chore: change more URLS

* fix: lint error
  • Loading branch information
Sembauke authored Dec 19, 2024
1 parent 7bbe860 commit 8d8c59e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 3 additions & 4 deletions mobile-api/src/podcast-feed-urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://feeds.transistor.fm/freecodecamp-podcast-en-espanol",
"https://feeds.transistor.fm/freecodecamp-podcast-in-chinese",
"https://feeds.transistor.fm/freecodecamp-podcast-em-portugues"
"https://anchor.fm/s/ff0092f4/podcast/rss",
"https://anchor.fm/s/ff054de4/podcast/rss",
"https://anchor.fm/s/ff026c00/podcast/rss"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ import 'package:path_provider/path_provider.dart';
import 'package:stacked/stacked.dart';

const fccPodcastUrls = [
// English
'https://freecodecamp.libsyn.com/rss',
'https://feeds.transistor.fm/freecodecamp-podcast-en-espanol',
'https://feeds.transistor.fm/freecodecamp-podcast-in-chinese',
'https://feeds.transistor.fm/freecodecamp-podcast-em-portugues',
// Spanish
'https://anchor.fm/s/ff0092f4/podcast/rss',
// Chinese
'https://anchor.fm/s/ff054de4/podcast/rss',
// Portuguese
'https://anchor.fm/s/ff026c00/podcast/rss',
];

class PodcastListViewModel extends BaseViewModel {
Expand Down

0 comments on commit 8d8c59e

Please sign in to comment.