mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +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,
|
"disabled": false,
|
||||||
"guid": "505c9bba65507c40e5786afff36f688c",
|
"guid": "505c9bba65507c40e5786afff36f688c",
|
||||||
"options": {
|
"options": {
|
||||||
"url": "http://xkcd.com",
|
"url": "https://xkcd.com",
|
||||||
"mode": "on_change",
|
"mode": "on_change",
|
||||||
"expected_update_period_in_days": 5,
|
"expected_update_period_in_days": 5,
|
||||||
"extract": {
|
"extract": {
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"guid": "e9afa65457d0a736b9ec20a8dd452fc8",
|
"guid": "e9afa65457d0a736b9ec20a8dd452fc8",
|
||||||
"options": {
|
"options": {
|
||||||
"url": "http://trailers.apple.com/trailers/home/rss/newtrailers.rss",
|
"url": "https://trailers.apple.com/trailers/home/rss/newtrailers.rss",
|
||||||
"mode": "on_change",
|
"mode": "on_change",
|
||||||
"type": "xml",
|
"type": "xml",
|
||||||
"expected_update_period_in_days": 5,
|
"expected_update_period_in_days": 5,
|
||||||
|
|
Loading…
Add table
Reference in a new issue