kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/659/head
rodzic
2e4027dbe8
commit
b93c1973d4
|
@ -14,16 +14,16 @@ export namespace scraper {
|
||||||
})
|
})
|
||||||
|
|
||||||
export type ScrapeResult = Partial<{
|
export type ScrapeResult = Partial<{
|
||||||
|
title: string
|
||||||
|
siteName: string
|
||||||
|
description: string
|
||||||
author: string
|
author: string
|
||||||
byline: string
|
byline: string
|
||||||
description: string
|
|
||||||
imageUrl: string
|
imageUrl: string
|
||||||
|
logoUrl: string
|
||||||
lang: string
|
lang: string
|
||||||
length: number
|
length: number
|
||||||
logoUrl: string
|
|
||||||
publishedTime: string
|
publishedTime: string
|
||||||
siteName: string
|
|
||||||
title: string
|
|
||||||
|
|
||||||
/** The HTML for the main content of the page. */
|
/** The HTML for the main content of the page. */
|
||||||
content: string
|
content: string
|
||||||
|
|
Ładowanie…
Reference in New Issue