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