stash
This commit is contained in:
19
stash/config/scrapers/community/toughlovex/toughlovex.yml
Normal file
19
stash/config/scrapers/community/toughlovex/toughlovex.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: toughlovex
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- toughlovex.com/view/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@class="title-wrap"]/h1/text()
|
||||
Details: //div[@class="description"]/p/text()
|
||||
Performers:
|
||||
Name: //a[@class="thumb"]/img/@alt
|
||||
Studio:
|
||||
Name:
|
||||
fixed: ToughLoveX
|
||||
Image: //video[@id="main-player"]/@poster
|
||||
|
||||
# Last Updated August 07, 2020
|
||||
Reference in New Issue
Block a user