Use new URL for pirate bay
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / states / HtmlState.java
index 64ac8a5..d2731f7 100644 (file)
@@ -51,6 +51,11 @@ public class HtmlState extends AbstractState {
        // ACCESSORS
        //
 
+       @Override
+       public boolean isEmpty() {
+               return false;
+       }
+
        /**
         * Returns the URI of the parsed document.
         *