mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 00:44:03 +02:00
Now uses https for all links
This commit is contained in:
@@ -100,10 +100,10 @@ public class EightmusesRipper extends AbstractHTMLRipper {
|
||||
if (subUrl != "") {
|
||||
subUrl = subUrl.replaceAll("\\.\\./", "");
|
||||
if (subUrl.startsWith("//")) {
|
||||
subUrl = "http:";
|
||||
subUrl = "https:";
|
||||
}
|
||||
else if (!subUrl.startsWith("http://")) {
|
||||
subUrl = "http://www.8muses.com" + subUrl;
|
||||
subUrl = "https://www.8muses.com" + subUrl;
|
||||
}
|
||||
try {
|
||||
logger.info("Retrieving " + subUrl);
|
||||
|
Reference in New Issue
Block a user