https://github.com/tuvimen/xhamster-scraper
A bash script for scraping xhamster metadata of pages in json
https://github.com/tuvimen/xhamster-scraper
bash json reliq scraping xhamster
Last synced: 4 months ago
JSON representation
A bash script for scraping xhamster metadata of pages in json
- Host: GitHub
- URL: https://github.com/tuvimen/xhamster-scraper
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2023-11-21T19:02:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T16:48:33.000Z (about 1 year ago)
- Last Synced: 2025-10-14T15:33:01.705Z (8 months ago)
- Topics: bash, json, reliq, scraping, xhamster
- Language: Shell
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xhamster-scraper
A bash script for scraping xhamster videos,channels,creators,pornstars,galleries,users,posts metadata in json.
## Requirements
- [reliq](https://github.com/TUVIMEN/reliq)
- [jq](https://github.com/stedolan/jq)
## Installation
install -m 755 xhamster-scraper /usr/bin
## Json format
Here's example of a [video](video-example.json), [pornstar](pornstar-example.json), [creator](creator-example.json), [celebrity](celebrity-example.json), [channel](channel-example.json), [user](user-example.json), [gallery](gallery-example.json).
## Usage
Download metadata of videos to DIR
xhamster-scraper DIR -v
Download metadata of pornstars to DIR
xhamster-scraper DIR -p
Download metadata of creators to DIR
xhamster-scraper DIR -c
Download metadata of channels to DIR
xhamster-scraper DIR -C
Download metadata of celebrities to DIR
xhamster-scraper DIR -e
Download metadata of galleries to DIR
xhamster-scraper DIR -g
Download metadata of user to DIR from URL. Since users aren't in sitemap you have to compile list of users from previous results.
xhamster-scraper DIR -u URL
Download users from links in FILE to DIR
xhamster-scraper DIR -U FILE