Open
Description
import pornhub
client = pornhub.PornHub()
video = client.getVideo(viewkey="66f304fe65d04")
print(video)
print(video["title"])
Traceback (most recent call last):
File "/home/ps/python/ph/example1.py", line 6, in
video = client.getVideo(viewkey="*************")
AttributeError: 'PornHub' object has no attribute 'getVideo'. Did you mean: 'getVideos'?
Am I doing something wrong?
Metadata
Assignees
Labels
No labels