diff --git a/routes/api/feeds/[seriesId].ts b/routes/api/feeds/[seriesId].ts index 5c9f4ab..3f5bf0b 100644 --- a/routes/api/feeds/[seriesId].ts +++ b/routes/api/feeds/[seriesId].ts @@ -1,7 +1,7 @@ import { nrkRadio, Episode } from "../../../lib/nrk.ts" import { HandlerContext } from "$fresh/server.ts"; -import { serialize, tag, declaration } from "https://deno.land/x/serializexml@v0.3.2/mod.ts"; +import { serialize, tag, declaration } from "https://raw.githubusercontent.com/olaven/serialize-xml/master/mod.ts"; function toItemTag(episode: Episode) { const description = episode.titles.subtitle || "";