mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 03:08:29 -06:00
Fix title and studio for Ultrafilms scraper (#1025)
This commit is contained in:
parent
03735d8552
commit
fe34b4230e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user