Skip to content

Commit

Permalink
[🐛 Fix] Remove unused Document import for europresse
Browse files Browse the repository at this point in the history
  • Loading branch information
ebanDev committed Feb 2, 2024
1 parent 4f46200 commit 603e02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toutatice/services/europresse.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fetch, CookieJar, DOMParser, Document } from "../../../deps.ts";
import { fetch, CookieJar, DOMParser } from "../../../deps.ts";

export async function europresse(cookieJar: CookieJar, portalData: string) {
const safranUrl = "https://www.toutatice.fr" + new DOMParser().parseFromString(portalData, "text/html")!.querySelector(".safran-placeholder")?.getAttribute("data-url")!;
Expand Down

0 comments on commit 603e02d

Please sign in to comment.