Skip to content

Commit

Permalink
Merge pull request #2072 from stashapp/manyvids-club
Browse files Browse the repository at this point in the history
Add scraper for ManyVids club posts
  • Loading branch information
feederbox826 authored Oct 20, 2024
2 parents e4d9ece + 60d61da commit 07d9a2d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions scrapers/ManyVidsClub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "ManyVids Club"
sceneByURL:
- action: scrapeJson
url:
- manyvids.com/Post
scraper: sceneScraper
queryURL: "{url}"
queryURLReplace:
url:
- regex: '.+Post\/+.*?(.+)'
with: https://api.manyvids.com/feed/posts/$1
jsonScrapers:
sceneScraper:
scene:
Title: text
Details: text
Code: postId
URL:
selector: postId
postProcess:
- replace:
- regex: ^
with: https://www.manyvids.com/Post/$1
Date:
selector: timestamp
postProcess:
- parseDate: 2006-01-02T15:04:05.000Z
Performers:
Name: handle
Studio:
Name:
selector: handle
postProcess:
- replace:
- regex: (.+)
with: "$1 (ManyVids)"
# Last Updated October 20, 2024

0 comments on commit 07d9a2d

Please sign in to comment.