Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racinmat/premium-downloader
https://github.com/racinmat/premium-downloader
crawler pornhub pornhub-downloader python
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/racinmat/premium-downloader
- Owner: racinmat
- Created: 2019-06-03T23:12:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T17:09:02.000Z (about 1 year ago)
- Last Synced: 2023-10-07T18:26:25.303Z (about 1 year ago)
- Topics: crawler, pornhub, pornhub-downloader, python
- Language: Python
- Size: 24 MB
- Stars: 17
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Premium downloader
This tools downloads premium pornhub videos.
The `python crawl_videos.py` gathers video links by pornstars.
The `python get_download_links.py` grabs video links and downloads using download link.
```bash
conda create -n crawling python=3.9
conda activate crawling
conda install sqlite certifi
```from https://googlechromelabs.github.io/chrome-for-testing/#stable I downloaded correct chromedriver
and put it to `chromedriver.exe`