mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 11:21:22 +00:00
Fix default scenario links
The http links for XKCD and Apple trailers don't work which gives a bad first impression when the default thing doesn't work :) Using HTTPS they work fine.
This commit is contained in:
parent
04eb81fa26
commit
91105347d6
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
"disabled": false,
|
||||
"guid": "505c9bba65507c40e5786afff36f688c",
|
||||
"options": {
|
||||
"url": "http://xkcd.com",
|
||||
"url": "https://xkcd.com",
|
||||
"mode": "on_change",
|
||||
"expected_update_period_in_days": 5,
|
||||
"extract": {
|
||||
|
@ -97,7 +97,7 @@
|
|||
"disabled": false,
|
||||
"guid": "e9afa65457d0a736b9ec20a8dd452fc8",
|
||||
"options": {
|
||||
"url": "http://trailers.apple.com/trailers/home/rss/newtrailers.rss",
|
||||
"url": "https://trailers.apple.com/trailers/home/rss/newtrailers.rss",
|
||||
"mode": "on_change",
|
||||
"type": "xml",
|
||||
"expected_update_period_in_days": 5,
|
||||
|
|
Loading…
Add table
Reference in a new issue