mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-09 15:26:53 +02:00
Renamed misnamed class
This commit is contained in:
@@ -14,9 +14,9 @@ import org.jsoup.nodes.Element;
|
||||
import com.rarchives.ripme.ripper.AbstractHTMLRipper;
|
||||
import com.rarchives.ripme.utils.Http;
|
||||
|
||||
public class Blackbrickroadofoz extends AbstractHTMLRipper {
|
||||
public class BlackbrickroadofozRipper extends AbstractHTMLRipper {
|
||||
|
||||
public Blackbrickroadofoz(URL url) throws IOException {
|
||||
public BlackbrickroadofozRipper(URL url) throws IOException {
|
||||
super(url);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user