Closed joaovarelas closed 6 years ago
Returns an empty list after I use the method find_urlson strings.
find_urls
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) [GCC 7.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from urlextract import URLExtract >>> extract = URLExtract() >>> urls = extract.find_urls("This is an example... https://github.com/lipoja/URLExtract/issues") >>> print urls [] >>>
Update: It is working in Python3, indeed.
Returns an empty list after I use the method
find_urls
on strings.