This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
name: 1Pondo
sceneByURL:
- action: scrapeJson
url:
- en.1pondo.tv/movies/
scraper: sceneScraper
queryURL: "https://en.1pondo.tv/dyn/phpauto/movie_details/movie_id/{url}.json"
queryURLReplace:
url:
- regex: '.+/movies/(\d{6})_(\d{3}).+'
with: "${1}_${2}"
sceneByFragment:
action: scrapeJson
queryURL: "https://en.1pondo.tv/dyn/phpauto/movie_details/movie_id/{filename}.json"
scraper: sceneScraper
queryURLReplace:
filename:
- regex: '.*(\d{6})[_.-](\d{3}).+'
with: "${1}_${2}"
jsonScrapers:
sceneScraper:
scene:
Title:
selector: "[TitleEn,Title]"
concat: "|" # get rid of empty result
split: "|"
Details:
selector: DescEn
postProcess:
- replace:
- regex: ^\s+(.+)\s+$
with: $1
Date:
selector: Release
postProcess:
- parseDate: 2006-01-02
Image: ThumbHigh
Performers:
Name: ActressesEn
Studio:
Name:
fixed: 1Pondo
Tags:
Name: UCNAMEEn
URL:
selector: MovieID
postProcess:
- replace:
- regex: ^
with: "https://en.1pondo.tv/movies/"
- regex: $
with: "/"
# Last Updated April 30, 2021

View File

@@ -0,0 +1,9 @@
id: 1pondo
name: 1Pondo
metadata: {}
version: 66d4760
date: "2021-07-18 15:48:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- 1pondo.yml