plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
758bdecb7484554a7155263390c3226c28df99dd
parent
d2abfcc9c0d7aadb4aaf3c31fc19b0d9c09ec536
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-01 17:39
change example URLs to https

Diffstat

M example.cfg 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/example.cfg b/example.cfg

@@ -8,7 +8,7 @@
    8     8 # A URL may contain a {page} placeholder. It is replaced with increasing
    9     9 # numbers starting with 0.
   10    10 URLS = [
   11    -1     'http://xkcd.com/atom.xml',
   12    -1     'http://what-if.xkcd.com/feed.atom',
   13    -1     'http://staff.tumblr.com/page/{page}/rss',
   -1    11     'https://xkcd.com/atom.xml',
   -1    12     'https://what-if.xkcd.com/feed.atom',
   -1    13     'https://staff.tumblr.com/page/{page}/rss',
   14    14 ]