aktywnitu
aktywnitu
Pleas add binascii.Error exception handler.
Some errors corrected: self.style_string += self._get_url(url)**.decode('utf-8')** , but still new: ``` File "venv3/lib/python3.5/site-packages/pynliner/soupselect.py", line 110, in select raise Exception("No match was found. We're done or something is broken") Exception: No...
ok, i see that pynliner not support some css selectors (for example "audio:not([controls])". Why pylinter don't continue after comming with unrecognized token - it raises exception, which make this library...