https://github.com/tuvimen/xnxx-scraper
A bash script for scraping xnxx videos metadata in json
https://github.com/tuvimen/xnxx-scraper
bash json reliq scraper xnxx
Last synced: about 2 months ago
JSON representation
A bash script for scraping xnxx videos metadata in json
- Host: GitHub
- URL: https://github.com/tuvimen/xnxx-scraper
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2023-11-21T14:41:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T16:49:25.000Z (about 1 year ago)
- Last Synced: 2025-09-15T09:29:58.952Z (10 months ago)
- Topics: bash, json, reliq, scraper, xnxx
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xnxx-scraper
A bash script for scraping xnxx videos metadata in json.
## Requirements
- [reliq](https://github.com/TUVIMEN/reliq)
- [jq](https://github.com/stedolan/jq)
## Installation
install -m 755 xnxx-scraper /usr/bin
## Json format
Here's example of a [video](video-example.json).
## Usage
Data is saved into files named by the sha256sum of their url.
Download metadata of video to DIR
xnxx-scraper -d DIR URL URL URL
Pass video URLS into the recursive spider using 8 threads
xnxx-scraper -t 8 -V URL URL URL
Get some help
xnxx-scraper -h