AcGW-RErCotWd
AcGW-RErCotWd
When initializing the client with search keywords, demo code says: **_keywords = ["word1", "word2"] client = pornhub.PornHub(keywords)_** But given the params of Pornhub is __init__(self, ProxyIP=None, ProxyPort=None, keywords=[], *args), the...
While using the code, an error raised in Videos._scrapLiVideos(*) showing that no LiVideo is Found, this is because the keywords I used had a combined length in bytes (utf-8) >=...
While calling getVideos() to search a keyword, the _scrapLiVideos() method raises an AttributeError, saying on line 80 **_soup_data.find("div", class_="sectionWrapper")** returns None, and thereafter None has no Attribute 'find_all'
Seems like there is an error on line 172 of videos.py: **script_data = self._scrapScriptInfo(soup_data.find("script", type="application/ld+json").text)** the return of soup_data.find("script", type="application/ld+json").text is an empty string Furthermore, this error seems to happen...