parent
4ef66d067a
commit
ee62463790
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user