(name: string)
| 354 | ]; |
| 355 | |
| 356 | const makeOpenGraphSelector = (name: string) => `meta[property="${name}"]`; |
| 357 | |
| 358 | const parseOpenGraphProperty = (property: OpenGraphProperty, $: CheerioAPI): string | string[] | OpenGraphResult => { |
| 359 | // Some OpenGraph properties can be added multiple times, such as with video:actor. We must handle this case. |
no outgoing calls
no test coverage detected
searching dependent graphs…