Skip to content

Commit

Permalink
Merge pull request #2016 from nrg101/add-transdaylight.com
Browse files Browse the repository at this point in the history
add working sceneByURL for transdaylight.com and transmidnight.com
  • Loading branch information
feederbox826 authored Sep 11, 2024
2 parents bd625e3 + a5af6b9 commit bd8c1ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scrapers/Arx/Arx.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
'povmasters.com': 8,
'cuckhunter.com': 10,
'nudeyogaporn.com': 11,
'transroommates.com': 12
'transroommates.com': 12,
'transmidnight.com': 14,
'transdaylight.com': 15
}

# Timeout (seconds) to prevent indefinite hanging
Expand Down
4 changes: 3 additions & 1 deletion scrapers/Arx/Arx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ sceneByURL:
- povmasters.com/scenes/
- cuckhunter.com/scenes/
- nudeyogaporn.com/scenes/
- transdaylight.com/scenes/
- transmidnight.com/scenes/
- transroommates.com/scenes/
script:
- python
- Arx.py
- scrapeByURL

# Last Updated February 27, 2024
# Last Updated September 9, 2024

0 comments on commit bd8c1ec

Please sign in to comment.