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

Merge pull request #1168 from cyian-1756/da-fav-fix

DA ripper now takes fav urls again
This commit is contained in:
cyian-1756
2019-01-15 23:16:40 -05:00
committed by GitHub

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")) {