🔒️ Update a bunch of URLs to https
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / watchers / PoorlyDrawnLinesWatcher.java
index 0ea2849..533968a 100644 (file)
@@ -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());
        }
 
 }