Update metadata.ts

This commit is contained in:
Nicolas 2024-10-16 23:26:46 -03:00
parent 795e5a9228
commit 417c7697c3

View File

@ -34,6 +34,7 @@ interface Metadata {
sourceURL?: string;
pageStatusCode?: number;
pageError?: string;
[key: string]: string | string[] | number | undefined;
}
export function extractMetadata(soup: CheerioAPI, url: string): Metadata {