mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
DA ripper now takes fav urls again
This commit is contained in:
@@ -65,6 +65,10 @@ public class DeviantartRipper extends AbstractJSONRipper {
|
|||||||
String u = url.toExternalForm();
|
String u = url.toExternalForm();
|
||||||
if (u.contains("/gallery/")) {
|
if (u.contains("/gallery/")) {
|
||||||
return url;
|
return url;
|
||||||
|
} else if (u.contains("/favourites")) {
|
||||||
|
return url;
|
||||||
|
} else if (u.contains("/favorites")) {
|
||||||
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!u.endsWith("/gallery/") && !u.endsWith("/gallery")) {
|
if (!u.endsWith("/gallery/") && !u.endsWith("/gallery")) {
|
||||||
|
Reference in New Issue
Block a user