Skip to content

Commit

Permalink
fix: ignore servers with incorrect 'Accept' handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lightpohl committed Nov 28, 2024
1 parent f5abc73 commit 52f2d69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const isWin = process.platform === "win32";

const defaultRssParserConfig = {
defaultRSS: 2.0,
headers: {
Accept: "*/*",
},
customFields: {
item: [["podcast:transcript", "podcastTranscripts", { keepArray: true }]],
},
Expand Down

0 comments on commit 52f2d69

Please sign in to comment.