Add tests (WIP)
[gofetch.git] / src / be / nikiroo / gofetch / support / TheRegister.java
index 1195d3d5f9edf7200aef9318b2517af79b892b67..478381d43800895de5a157e7da9ceebe0b7d1f9a 100644 (file)
@@ -149,7 +149,7 @@ public class TheRegister extends BasicSupport {
                try {
                        URL url = new URL("https://forums.theregister.co.uk/forum/1"
                                        + intUrl.getPath());
-                       InputStream in = downloader.open(url);
+                       InputStream in = open(url);
                        try {
                                doc = DataUtil.load(in, "UTF-8", url.toString());
                                Element posts = doc.getElementById("forum_posts");