We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On spec of oEmbed, cache_age is defined in response parameters.
cache_age
The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.
I want to use as all as possible if there are defined spec.
# Be explicitly by option arguments > oembed.py --use-cache http://example.com # Refer config file for oEmbedPy > cat $HOME/.local/etc/oembedpy.conf use_cache = true cache_expired = 3600 > oembed.py http://example.com
oembedpy_use_cache = True oembedpy_cache_storage = "$HOME/.local/var/oembedpy/cache.db"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
On spec of oEmbed,
cache_age
is defined in response parameters.I want to use as all as possible if there are defined spec.
Explains
CLI
Sphinx extension
The text was updated successfully, but these errors were encountered: