X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Frhynodge%2Fwatchers%2FGeneralProtectionFaultWatcher.java;h=fae911aa94008238f23c0f0971fc421d78bb9b90;hb=889e90982cf5921836868b42f1191502ef270d24;hp=f57762cf0a95b3815e1b138da205727f42357f2d;hpb=00e49489dcbb093895a9a7bfb252b7392b341138;p=rhynodge.git diff --git a/src/main/java/net/pterodactylus/rhynodge/watchers/GeneralProtectionFaultWatcher.java b/src/main/java/net/pterodactylus/rhynodge/watchers/GeneralProtectionFaultWatcher.java index f57762c..fae911a 100644 --- a/src/main/java/net/pterodactylus/rhynodge/watchers/GeneralProtectionFaultWatcher.java +++ b/src/main/java/net/pterodactylus/rhynodge/watchers/GeneralProtectionFaultWatcher.java @@ -35,7 +35,7 @@ public class GeneralProtectionFaultWatcher extends DefaultWatcher { /** Creates a new watcher for Cyanide and Happiness comics. */ public GeneralProtectionFaultWatcher() { - super(new HttpQuery("http://www.gpf-comics.com/"), Arrays.asList(new HtmlFilter(), new GeneralProtectionFaultComicFilter()), new ComicMerger()); + super(new HttpQuery("https://www.gpf-comics.com/"), Arrays.asList(new HtmlFilter(), new GeneralProtectionFaultComicFilter()), new ComicMerger()); } }