All Projects → blackmatch → Pornhub Downloader

blackmatch / Pornhub Downloader

Licence: mit
Download videos from pornhub.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pornhub Downloader

Laosj
golang light-weight image crawler
Stars: ✭ 199 (-42.49%)
Mutual labels:  crawler, downloader
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (-81.5%)
Mutual labels:  downloader, download-videos
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (-39.02%)
Mutual labels:  crawler, downloader
Moodle Downloader 2
A Moodle downloader that downloads course content fast from Moodle (eg. lecture pdfs)
Stars: ✭ 118 (-65.9%)
Mutual labels:  crawler, downloader
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (-79.77%)
Mutual labels:  downloader, download-videos
4chan Downloader
Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
Stars: ✭ 136 (-60.69%)
Mutual labels:  crawler, downloader
gb-dl
A python based utility to download courses from infosec4tc.teachable.com , academy.ehacking.net and stackskills.com for personal offline use.
Stars: ✭ 33 (-90.46%)
Mutual labels:  downloader, download-videos
Bilili
🍻 bilibili video (including bangumi) and danmaku downloader | B站视频(含番剧)、弹幕下载器
Stars: ✭ 379 (+9.54%)
Mutual labels:  crawler, downloader
llvd
Linkedin Learning Video Downloader
Stars: ✭ 137 (-60.4%)
Mutual labels:  downloader, download-videos
redvid
Smart downloader for Reddit hosted videos
Stars: ✭ 83 (-76.01%)
Mutual labels:  downloader, download-videos
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+253.76%)
Mutual labels:  crawler, downloader
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (-83.53%)
Mutual labels:  crawler, downloader
Tumblthree
A Tumblr Blog Backup Application
Stars: ✭ 923 (+166.76%)
Mutual labels:  crawler, downloader
Python Dcdownloader
由Python编写的全异步实现的动漫之家(dmzj)漫画批量下载器(爬虫)
Stars: ✭ 146 (-57.8%)
Mutual labels:  crawler, downloader
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+128.03%)
Mutual labels:  crawler, downloader
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+4630.92%)
Mutual labels:  crawler, downloader
Fgdownloader
用于断点下载、任务队列、上传进度、下载进度
Stars: ✭ 143 (-58.67%)
Mutual labels:  download-videos, downloader
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (-33.82%)
Mutual labels:  download-videos, downloader
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (-72.83%)
Mutual labels:  downloader, download-videos
img-cli
An interactive Command-Line Interface Build in NodeJS for downloading a single or multiple images to disk from URL
Stars: ✭ 15 (-95.66%)
Mutual labels:  crawler, downloader

pornhub-downloader

Important Notice: This project is aim to study Node.js, so I will not update this project

重要通知:本项目旨在学习Node.js,从今日(2018-09-09)起不再维护。(年轻虽好,切莫强撸灰飞烟灭 😄)

Download highest quality videos from pornhub.

Version 2.x is coming now!

statement

This repo is just for studying, not for other purpose.

Screenshots

running

files

Features

  • Support proxy setting.

  • Always choose highest quality video to download(720P usually).

  • Support keyword searching.

  • Show progress bar and download speed.

  • Skip repeat file.

  • Download one by one until error occurs or fetch nothing.

  • Download with custom URLs or custom page.

  • split big file to pieces, avoid downloading incomplete file

Requirement

  • Node.js 7.6.0+.

  • Your network can access to pornhub.com.

Usage

  • clone this repo.

  • install node modules:

npm install

default

  • run
npm start

custom

If you only want to download specific video(s), you can edit src/feature/urls.js like this:

const urls = [
  'https://www.pornhub.com/view_video.php?viewkey=ph5844dbb3a1456'
];

Add your URLs as array.

And then run:

npm run url

Configuration

You can config some params on src/config.json.

proxyUrl: set up the proxy with port. For example: http://127.0.0.1:1087. If you don't need to set up proxy,just keep it empty string.

timeout: set up request timeout.

search: the keyword for searching.

barWidth: the progress bar width, should be between 20 to 120, set up 60 by default.

barFullChar: the 'finished char' for the progress bar.

barEmptyChar: the 'unfinished char' for the progress bar.

downloadDir: the directory you want to save videos.

pathname: the pathname of the page you want to do download, for example: you want to download files from this page https://www.pornhub.com/user/xxx/favorite, then you can set pathname as /user/xxx/favorite.

Download speed

The speed depends on your local network or proxy.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].