6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { Video } from "../classes/Video";
|
|
|
|
|
|
export function ParseSearchResult(html:string) {
|
|
|
|
} |