We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I ran the sample script with one line of text, all text was displayed without extracting URLs.
import iocextract content = \ """ All the bots are on hxxp://example.com/bad/url these days. """ for url in iocextract.extract_urls(content): print(url)
The output result is as follows.
$ python3 test.py All the bots are on hxxp://example.com/bad/url these days.
The text was updated successfully, but these errors were encountered:
Bug fix (#68)
b934a3d
+ Update GitHub repo name
Hi, @t-mtsmt!
This issue should be fixed in the newest version of iocextract. The script you provided in the original issue should work as expected now.
iocextract
You can update the iocextract package using the following command: pip3 install iocextract -U
pip3 install iocextract -U
New version: https://pypi.org/project/iocextract/1.15.2/
Sorry, something went wrong.
battleoverflow
Successfully merging a pull request may close this issue.
When I ran the sample script with one line of text, all text was displayed without extracting URLs.
The output result is as follows.
The text was updated successfully, but these errors were encountered: