https://github.com/zedseven/urlextractor
A small tool for extracting all urls from a blob of binary data (ex. PDFs).
https://github.com/zedseven/urlextractor
blob extract extract-data lightweight-tool url url-extractor urlextractor utility
Last synced: 4 months ago
JSON representation
A small tool for extracting all urls from a blob of binary data (ex. PDFs).
- Host: GitHub
- URL: https://github.com/zedseven/urlextractor
- Owner: zedseven
- License: wtfpl
- Created: 2020-02-06T23:49:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T08:27:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T05:09:12.867Z (5 months ago)
- Topics: blob, extract, extract-data, lightweight-tool, url, url-extractor, urlextractor, utility
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urlextractor
[](http://www.wtfpl.net/about/)A small tool for extracting all urls from a blob of binary data (ex. PDFs).
This is by no means polished or efficient code - it was written for a specific purpose and I decided to put it up.