Ankit Joshi

Results 4 issues of Ankit Joshi

For the following input: ``` from urlextract import URLExtract extractor = URLExtract() text=""" http://httpbin.org/status/204, http://httpbin.org/status/204. """ urls = extractor.find_urls(text) print(urls) ``` The output generated is: `['http://httpbin.org/status/204,', 'http://httpbin.org/status/204.']` The set `[.,?!-]`...

bug

coala online doesn't works well all the time. The result thrown is empty sometimes and should be improved. A good new feature would be to search for .coafile in the...

Closes https://github.com/coala/coala-quickstart/issues/267

enhancement
process/wip
size/XS