summaryrefslogtreecommitdiff
path: root/examples/url_patterns.py
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2022-05-09 21:38:53 +0800
committerGitHub <noreply@github.com>2022-05-09 21:38:53 +0800
commitdc987c27390d91f1fef867952208beaf2624036c (patch)
tree7478daabef68c2c66d3717fd1302d686fd74f1f6 /examples/url_patterns.py
parent20ec774349a815f4c91f1d04d3bee01deb640cc3 (diff)
downloadrequests-cache-dc987c27390d91f1fef867952208beaf2624036c.tar.gz
use https for links
Diffstat (limited to 'examples/url_patterns.py')
-rwxr-xr-xexamples/url_patterns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/url_patterns.py b/examples/url_patterns.py
index c948fef..d61f3c1 100755
--- a/examples/url_patterns.py
+++ b/examples/url_patterns.py
@@ -16,7 +16,7 @@ urls_expire_after = {
urls = [
'https://httpbin.org/get', # Will expire in an hour
'https://httpbin.org/image/jpeg', # Will expire in a week
- 'http://www.fillmurray.com/460/300', # Will never expire
+ 'https://www.fillmurray.com/460/300', # Will never expire
'https://via.placeholder.com/350x150', # Will not be cached
]