-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
The code works with the default URL, but when I change it I get the following error messages:
Traceback (most recent call last):
File "/Users/danial/Downloads/image-crawler-python-master/main.py", line 15, in
links = page.fetch_links()
File "/Users/danial/Downloads/image-crawler-python-master/Crawler/Page.py", line 31, in fetch_links
url_finder.feed(url_finder.html_string())
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/parser.py", line 110, in feed
self.rawdata = self.rawdata + data
TypeError: can only concatenate str (not "NoneType") to str
Any ideas on how to fix this issue?
Metadata
Metadata
Assignees
Labels
No labels