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:
Luiz Felipe G. Pereira 2017-09-15 13:31:31 -03:00 committed by GitHub
parent 04eb81fa26
commit 91105347d6

View file

@ -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,