mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
@@ -225,7 +225,7 @@ public class TumblrRipper extends AlbumRipper {
|
|||||||
return this.subdomain + "_post_" + this.postNumber;
|
return this.subdomain + "_post_" + this.postNumber;
|
||||||
}
|
}
|
||||||
// Subdomain-level URL
|
// Subdomain-level URL
|
||||||
p = Pattern.compile(DOMAIN_REGEX + ".*$");
|
p = Pattern.compile(DOMAIN_REGEX + "/?$");
|
||||||
m = p.matcher(url.toExternalForm());
|
m = p.matcher(url.toExternalForm());
|
||||||
if (m.matches()) {
|
if (m.matches()) {
|
||||||
this.albumType = ALBUM_TYPE.SUBDOMAIN;
|
this.albumType = ALBUM_TYPE.SUBDOMAIN;
|
||||||
|
Reference in New Issue
Block a user