GUIDE: download() and expire/token #67
dynabler
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario: using Flyscrape download module to download images with expire or token key. Expire/tokens are added to prevent hot linking or for image SEO practices. These types of images have to be downloaded very rapidly, before expire kicks in.
Example:
https://img.example.net/lpage/thm/13727-1x.webp?expires=1715449389&l=46&token=2bd5eac7050814b856dfb5b6c9900a07How to:
cache: file, since the images expire, the cache is useless for caching the URLs to imagesBeta Was this translation helpful? Give feedback.
All reactions