An easy utility to extract links from text.
Project description
url-finder
A small python module to detect all real links in a given string.
Example
>>> import url_finder
>>> url_finder.get_urls("Picking out google.com is trivial. As well as youtube.com, and even knows what is a real tld, and what is not.a.real.top-level-domain!")
['https://google.com', 'https://youtube.com']
Install
pip install git+https://github.com/kajdev/url-finder
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
url_finder-0.1.tar.gz
(8.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file url_finder-0.1.tar.gz.
File metadata
- Download URL: url_finder-0.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd26602a6b2a51f04bd35f1a11240598665214aa966dacbe2f7843817a6e3054
|
|
| MD5 |
a5c381f0d97a4d49ba563a5e150f6a54
|
|
| BLAKE2b-256 |
345573027bf6daee1489f8eeaf2ce4c9d2d3de1c83b9cd35ec2b297d9f17ba68
|
File details
Details for the file url_finder-0.1-py3-none-any.whl.
File metadata
- Download URL: url_finder-0.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3267dcbf95cf9da50eed3a0be0b1a5389f0de561671f11babd70c26874972cb
|
|
| MD5 |
35f35a1f926edae9f1e683e0faf31094
|
|
| BLAKE2b-256 |
994ce38490143d3562040d18bece5239f6a74bc87ccb18701860bed50e7ac23f
|