1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-24 22:36:08 +02:00

DA ripper now takes fav urls again

This commit is contained in:
cyian-1756
2019-01-15 23:13:04 -05:00
parent 3c394423ce
commit 324ef7def6

View File

@@ -65,6 +65,10 @@ public class DeviantartRipper extends AbstractJSONRipper {
String u = url.toExternalForm();
if (u.contains("/gallery/")) {
return url;
} else if (u.contains("/favourites")) {
return url;
} else if (u.contains("/favorites")) {
return url;
}
if (!u.endsWith("/gallery/") && !u.endsWith("/gallery")) {