Infers an image to use for a given URL
Project description
Infer an image for a given URL
What this does:
Given the URL of a website (e.g. "https://www.mozilla.org"), it attempts to find the most appropriate image that represents this site, and returns the URL of that image.
How it works:
The HTML of the page is parsed (BeautifulSoup) and meta/link tags are extracted which may contain clues as to which image to use. Failing this, the favicon is tried, or else it searches for the first img tag following the first h1 on the page.
The default search order is:
DEFAULT_CHECK_ORDER = [
SCHEMA_IMAGE,
OG_IMAGE,
TWITTER_IMAGE,
MS_WIDE_310,
MS_SQUARE_310,
ICON,
APPLE_TOUCH_ICON,
MS_SQUARE_150,
MS_SQUARE_70,
FAV_ICON,
FIRST_IMAGE,
]
Which corresponds to:
- meta tag with itemprop="image" or property="image"
- meta tag with property="og:image:secure_url" or property="og:image"
- meta tag with name="twitter:image"
- meta tag with name="msapplication-wide310x150logo"
- meta tag with name="msapplication-square310x310logo"
- link tag with rel="apple-touch-icon" (if 'sizes' is provided, the link tag with the largest minimum dimension is selected)
- link tag with rel="icon" (if 'sizes' is provided, the link tag with the largest minimum dimension is selected)
- meta tag with name="msapplication-square150x150logo"
- meta tag with name="msapplication-square70x70logo"
- requesting "{scheme}://{domain}/favicon.ico" to see if it exists
- the first img tag siblings with an h1 tag.
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
Built Distribution
File details
Details for the file urlimage-dcollien-0.0.1.tar.gz
.
File metadata
- Download URL: urlimage-dcollien-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af0a2ab7bc326609514cb35f6a1d43e079df3f60e94238f82b25305d9ec7b79 |
|
MD5 | 864b3f4e89f2039a0080d9ef47e4baf9 |
|
BLAKE2b-256 | e0b690777c383d6414be5e0e55397b4c6fd6580d7a6282afac71cdf4c57d4185 |
File details
Details for the file urlimage_dcollien-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: urlimage_dcollien-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffb39642d5b91a727ef21a096deb2efbf7805abf66c2256eda178a0cd222a252 |
|
MD5 | 26d906fc92eb195451a7f3f7e0c4c193 |
|
BLAKE2b-256 | f5d60b0d6af96c23a2a2e433b7a6e7c2c588e2529edc456ec435e96fb517abf8 |