While using your code, I found this problem. Please fix it ASAP! @sethblack
`$ python seoanalyze.py > seow3.txt
Traceback (most recent call last):
File "seoanalyze.py", line 4, in
output = analyze("http://www.w3schools.com")
File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 546, in analyze
pg.analyze()
File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 218, in analyze
self.populate(soup_lower)
File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 171, in populate
k))
NameError: name 'k' is not defined
`
While using your code, I found this problem. Please fix it ASAP! @sethblack `$ python seoanalyze.py > seow3.txt
Traceback (most recent call last): File "seoanalyze.py", line 4, in
output = analyze("http://www.w3schools.com")
File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 546, in analyze
pg.analyze()
File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 218, in analyze
self.populate(soup_lower)
File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 171, in populate
k))
NameError: name 'k' is not defined
`