*/ public function extractArticleUrls(string $html): array; /** * Get the homepage URL for this source */ public function getHomepageUrl(): string; /** * Get the source name for this parser */ public function getSourceName(): string; }