Multporn icon indicating copy to clipboard operation
Multporn copied to clipboard

New and Comic page is unsupported

Open livy-cl opened this issue 1 year ago • 0 comments

Issue

The current https://multporn.net/new and https://multporn.net/comic is not supported / doesn't work in the Webpage class.

How to reproduce

>>> from multporn import Webpage
>>> page = Webpage("https://multporn.net/new")
>>> print(page.links)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.10/functools.py", line 981, in __get__
    val = self.func(instance)
  File "/home/livy/src/multclient/venv/lib/python3.10/site-packages/multporn/multporn.py", line 330, in links
    "table", "views-view-grid").find_all("strong")]
AttributeError: 'NoneType' object has no attribute 'find_all'

livy-cl avatar Sep 02 '22 17:09 livy-cl