mariosemes / PornHub-downloader-python

Download stuff from PH the easy way.
GNU General Public License v3.0
783 stars 191 forks source link

hey, may I ask how to download the video ? #59

Open nesteiner opened 3 years ago

nesteiner commented 3 years ago

first of all, thank you for your work,
image

and I was confused when try this code

python3 phdler.py custom https://www.pornhub.com/view_video.php\?viewkey\=ph5d69a2093729e

and I have already set the full path, after type the code above, it download a json file

(env) ➜  PornHub-downloader-python-master python3 phdler.py custom https://www.pornhub.com/view_video.php\?viewkey\=ph5d69a2093729e
Running startup checks...
Database exists.
PornHub url validated.
and the URL is existing.
[PornHub] ph5d69a2093729e: Downloading pc webpage
WARNING: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
WARNING: unable to extract view count; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
WARNING: unable to extract like count; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
WARNING: unable to extract dislike count; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[download] /home/steiner/disk/disk1/泰迦/handpicked/Horny sexy girl take a shower and Fuck with her best friend !.unknown_video has already been downloaded
[download] 100% of 1.45KiB

then, how should I do ??

boivinx7 commented 3 years ago

What are you one ? Windows or Linux ? Anyway, for me on windows, since Python2 is not installed i had to upgrade youtube-dl pip install --upgrade youtube-dl on linux it would be pip3 install --upgrade youtube-dl

the requirements.txt has a too old version of it referenced in it.

nesteiner commented 3 years ago

I mean, how do I download the video from videoURL ?

boivinx7 commented 3 years ago

your logs says that its aleady downloaded /home/steiner/disk/disk1/泰迦/handpicked/Horny sexy girl take a shower and Fuck with her best friend !.unknown_video has already been downloaded

but you have the issue with the version of youtube-dl so its not downloading properly thats it...

once that is fix you will do python3 phdler.py custom https://www.pornhub.com/view_video.php\?viewkey\=ph5d69a2093729e to add the custom link then python3 phdler.py start thats it, besides this bug the doc is pretty clear, that said im not the dev of the repo, just trying to help

nesteiner commented 3 years ago

sorry for my poor english, the youtube-dl doesn't matter. how to download the video from output json file does matter :yum:

kklod commented 3 years ago

可能是你的 youtube-dl 版本过低,升级一下就可以了?(我是这样解决的)

zhbrcn commented 3 years ago

sorry for my poor english, the youtube-dl doesn't matter. how to download the video from output json file does matter 😋

I solve this problem just use pip3 install --upgrade youtube-dl after phdler installed