https://github.com/tuvimen/youporn-scraper
A bash script for scraping youporn videos, channels and pornstars metadata in json
https://github.com/tuvimen/youporn-scraper
bash json reliq scraping youporn
Last synced: about 2 months ago
JSON representation
A bash script for scraping youporn videos, channels and pornstars metadata in json
- Host: GitHub
- URL: https://github.com/tuvimen/youporn-scraper
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2023-11-20T20:30:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T05:04:05.000Z (over 1 year ago)
- Last Synced: 2025-03-20T06:19:55.235Z (over 1 year ago)
- Topics: bash, json, reliq, scraping, youporn
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youporn-scraper
A bash script for scraping youporn videos, channels and pornstars metadata in json.
## Requirements
- [reliq](https://github.com/TUVIMEN/reliq)
- [jq](https://github.com/stedolan/jq)
## Installation
install -m 755 youporn-scraper /usr/bin
## Json format
Here's example of a [video](video-example.json), [pornstar](pornstar-example.json) and [channel](channel-example.json).
## Usage
Results will be saved in files named by sha256 hash of their urls.
Download metadata of videos in DIR
youporn-scraper -v DIR
Download metadata of videos to DIR
youporn-scraper -d DIR -v URL -v URL -v URL
youporn-scraper -d DIR URL URL URL
Download metadata of pornstars using 8 threads
youporn-scraper -t 8 -p URL -p URL -p URL
youporn-scraper -t 8 URL URL URL
Download metadata of channels into DIR using 8 threads
youporn-scraper -t 8 -d DIR -c URL -c URL -c URL
youporn-scraper -t 8 -d DIR URL URL URL
Download metadata of all pornstars from sitemap
youporn-scraper -P
Download metadata of all videos from sitemap
youporn-scraper -V
Download metadata of all channels from sitemap
youporn-scraper -C
Get some help
youporn-scraper -h