imranghory / urlextractor

Python URL Extractor - extract URLs from text
35 stars 19 forks source link

how to run it in window7? #2

Open roger125 opened 8 years ago

roger125 commented 8 years ago

hi Team, i'm a relatively newbie for coding stuff, so don't know how to run this. can anyone help? i try to run it via windows->cmd, but get the error- C:\Users\Administrator\Desktop\urlextractor-master>python urlextractor.py Traceback (most recent call last): File "urlextractor.py", line 33, in import tldextract ImportError: No module named 'tldextract'

how to solve it, Thanks In Advance.

widnyana commented 8 years ago

@roger125 install pip and then install tldextract