mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-15 10:24:04 +02:00
Fixup Luscious syntax error
This commit is contained in:
@@ -85,7 +85,7 @@ public class LusciousRipper extends AbstractHTMLRipper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getGID(URL url) throws MalformedURLException {
|
public String getGID(URL url) throws MalformedURLException {
|
||||||
Matcher m = P.matcher(url.toExternalForm());
|
Matcher m = p.matcher(url.toExternalForm());
|
||||||
if (m.matches()) {
|
if (m.matches()) {
|
||||||
albumid = m.group(1).split("_")[m.group(1).split("_").length - 1];
|
albumid = m.group(1).split("_")[m.group(1).split("_").length - 1];
|
||||||
return m.group(1);
|
return m.group(1);
|
||||||
|
Reference in New Issue
Block a user