An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

# urlextractor
[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](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.