mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 21:17:59 +01:00
Fix bug in TamindirMp3 ripper.
This commit is contained in:
parent
050861fe1d
commit
cdb97f316b
@ -52,7 +52,7 @@ public class tamindirmp3 extends AbstractHTMLRipper {
|
||||
for (Element el : doc.select("mp3")) {
|
||||
music.add(el.attr("src"));
|
||||
}
|
||||
return music
|
||||
return music;
|
||||
}
|
||||
@Override
|
||||
public void downloadURL(URL url, int index) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user