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<{
|
||||
title: string
|
||||
siteName: string
|
||||
description: string
|
||||
author: string
|
||||
byline: string
|
||||
description: string
|
||||
imageUrl: string
|
||||
logoUrl: string
|
||||
lang: string
|
||||
length: number
|
||||
logoUrl: string
|
||||
publishedTime: string
|
||||
siteName: string
|
||||
title: string
|
||||
|
||||
/** The HTML for the main content of the page. */
|
||||
content: string
|
||||
|
|
Ładowanie…
Reference in New Issue