Prepend teenplanet album directories with 'teenplanet'
This commit is contained in:
parent
acc7f87ad5
commit
749d0dfb87
@ -42,7 +42,7 @@ public class TeenplanetRipper extends AlbumRipper {
|
||||
albumDoc = Jsoup.connect(url.toExternalForm()).get();
|
||||
}
|
||||
Elements elems = albumDoc.select("div.header > h2");
|
||||
return elems.get(0).text();
|
||||
return HOST + "_" + elems.get(0).text();
|
||||
} catch (Exception e) {
|
||||
// Fall back to default album naming convention
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user