lipoja / URLExtract

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.
MIT License
245 stars 61 forks source link

get/set_stop_chars API inconsistency #28

Closed jbarlow83 closed 5 years ago

jbarlow83 commented 5 years ago

get_stop_chars returns a list but set_stop_chars requires a set as input.

lipoja commented 5 years ago

Hi, thanks for reporting. Those methods are deprecated and will be removed in the feature. You should use get_stop_chars_right and get_stop_chars_left They should return set.