From fe34b4230e95c225008a1b0f9cf838ca8d699e0c Mon Sep 17 00:00:00 2001 From: Flashy78 <90150289+Flashy78@users.noreply.github.com> Date: Sun, 12 Jun 2022 02:09:24 -0700 Subject: [PATCH] Fix title and studio for Ultrafilms scraper (#1025) --- scrapers/UltraFilms.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrapers/UltraFilms.yml b/scrapers/UltraFilms.yml index 83fc7261..8fb4fdd8 100644 --- a/scrapers/UltraFilms.yml +++ b/scrapers/UltraFilms.yml @@ -8,7 +8,7 @@ sceneByURL: xPathScrapers: sceneScraper: scene: - Title: //meta[@property="og:title"]/@content + Title: //div[@class="title-block box-shadow"]//text() Image: //meta[@property="og:image"]/@content Date: selector: //*[@id="video-date"]/text() @@ -29,5 +29,5 @@ xPathScrapers: URL: //meta[@property="og:url"]/@content Studio: Name: - fixed: UltraFilms -# Last Updated January 12, 2022 + fixed: Ultra Films +# Last Updated June 11, 2022