Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 579 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 579 Bytes

xnxx-scraper

A bash script for scraping xnxx videos metadata in json.

Requirements

Installation

install -m 755 xnxx-scraper /usr/bin

Json format

Here's example of a video.

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