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

Fixed MeituriRipper

This commit is contained in:
Felix Friebe
2019-11-07 20:11:37 -06:00
parent c000c83e39
commit 48172a8850

View File

@@ -71,7 +71,7 @@ public class MeituriRipper extends AbstractHTMLRipper {
}
// Base URL: http://ii.hywly.com/a/1/albumid/imgnum.jpg
String baseURL = "http://ii.hywly.com/a/1/" + albumID + "/";
String baseURL = "https://ii.hywly.com/a/1/" + albumID + "/";
// Loop through and add images to the URL list
for (int i = 1; i <= numOfImages; i++) {