This commit is contained in:
2026-02-04 10:02:07 -05:00
parent f7df578461
commit 72b2870f64
5 changed files with 166 additions and 13 deletions

View File

@@ -34,8 +34,6 @@ export interface PodcastSource {
country?: string
/** Default language for search results */
language?: string
/** Default results limit */
searchLimit?: number
/** Include explicit results */
allowExplicit?: boolean
/** Rate limit (requests per minute) */
@@ -105,7 +103,6 @@ export const DEFAULT_SOURCES: PodcastSource[] = [
description: "Search the Apple Podcasts directory",
country: "US",
language: "en_us",
searchLimit: 25,
allowExplicit: true,
},
{