diff --git a/src/main/java/com/rarchives/ripme/ripper/RipperInterface.java b/src/main/java/com/rarchives/ripme/ripper/RipperInterface.java index 8e46ca76..9951f9bc 100644 --- a/src/main/java/com/rarchives/ripme/ripper/RipperInterface.java +++ b/src/main/java/com/rarchives/ripme/ripper/RipperInterface.java @@ -9,17 +9,10 @@ import java.net.URL; * Oh well, here's to encapsulation and abstraction! (raises glass) */ public interface RipperInterface { - void rip() throws IOException; - boolean canRip(URL url); - URL sanitizeURL(URL url) throws MalformedURLException; - void setWorkingDir(URL url) throws IOException; - String getHost(); - String getGID(URL url) throws MalformedURLException; - } \ No newline at end of file