feat: adding ability to optimize and import older site content.
This commit is contained in:
@@ -132,7 +132,14 @@ class PodcastSeeder extends Seeder
|
||||
$feed = 'https://www.unrelenting.show/feed/podcast/';
|
||||
$added = '2021-10-29 20:00:00';
|
||||
$this->createPodcast($name, $description, $website, $slug, $feed, $added);
|
||||
|
||||
|
||||
$name = 'The Boostagram Ball';
|
||||
$description = 'The First Podcast with Value4Value Music hosted by Adam Curry';
|
||||
$website = 'https://boostagramball.com';
|
||||
$slug = 'boostagram-ball';
|
||||
$feed = 'https://mp3s.nashownotes.com/bballrss.xml';
|
||||
$added = '2023-07-29 20:00:00';
|
||||
$this->createPodcast($name, $description, $website, $slug, $feed, $added);
|
||||
}
|
||||
|
||||
private function createPodcast($name, $description, $website, $slug, $feed, $added) {
|
||||
|
||||
Reference in New Issue
Block a user