Skip to content

Commit

Permalink
Assylum (stashapp#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeticoats authored Nov 8, 2020
1 parent e4f0438 commit 1948a63
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions scrapers/Assylum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: assylum
sceneByURL:
- action: scrapeXPath
url:
- assylum.com/session/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h3[@class='mas_title']/text()
Performers:
Name:
selector: //span[@class='lc_info mas_description']/text()[1]
postProcess:
- replace:
- regex: (?:[\w\s]+\:\s)?([A-Z]?[a-z]+\d?\d?\s[A-Z]?[a-z]+\d?\d?,|[A-Z]?[a-z]+\d?\d?,)\s?([A-Z]?[a-z]+\d?\d?\s[A-Z]?[a-z]+\d?\d?,|[A-Z]?[a-z]+\d?\d?,)?\s?([A-Z]?[a-z]+\d?\d?\s[A-Z]?[a-z]+\d?\d?,|[A-Z]?[a-z]+\d?\d?,)?|.+
with: $1$2$3
- regex: \,\s+
with: ","
- regex: ^\s+
with:
split: ","
Image:
selector: //div[@class='mainpic']/comment()
postProcess:
- replace:
- regex: .*src="(.*?)".*
with: https://www.assylum.com/$1

Tags:
Name:
selector: //p[@class='tags']/a/text()
Details: //p[@class='mas_longdescription']/text()
Date:
selector: //span[@class='lc_info mas_description']/text()[2]
parseDate: January 2, 2006
Studio:
Name:
fixed: Assylum
# Last Updated November 4, 2020

0 comments on commit 1948a63

Please sign in to comment.