novel / py-urbandict

Python module and command line script client for http://urbandictionary.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response has [word] followed by unknown

BluCobalt opened this issue · comments

commented

Happens in both the cli and python. For example, if the word is bro it will return Bro unknown. I cant really have it filter out unknown because unknown might be the word and i cant have it filter out everything after the space if its a multiple word query. Besides this, super great module, thank you

commented

My python version is 3.7.4 and I installed from pip/pypi if that helps

Thanks for the report.
It should have been fixed: #11
I'll roll a new release soon.

commented

Awesome, thanks. I'll get ready for the pip install --upgrade urbandict ;)

I'll get ready for the pip install --upgrade urbandict ;)

should be there now.

commented

That fixed it! Thank you so much for this awesome library!