1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-29 16:50:10 +02:00

Merge pull request #806 from cyian-1756/manganeloFixes

Fixed ManganeloRipper
This commit is contained in:
cyian-1756
2018-07-14 14:48:56 -04:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ public class ManganeloRipper extends AbstractHTMLRipper {
Collections.reverse(urlsToGrab);
for (String url : urlsToGrab) {
result.addAll(getURLsFromChap("https:" + url));
result.addAll(getURLsFromChap(url));
}
} else if (url.toExternalForm().contains("/chapter/")) {
result.addAll(getURLsFromChap(doc));