mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-08 06:46:41 +02:00
Prepend teenplanet album directories with 'teenplanet'
This commit is contained in:
@@ -42,7 +42,7 @@ public class TeenplanetRipper extends AlbumRipper {
|
|||||||
albumDoc = Jsoup.connect(url.toExternalForm()).get();
|
albumDoc = Jsoup.connect(url.toExternalForm()).get();
|
||||||
}
|
}
|
||||||
Elements elems = albumDoc.select("div.header > h2");
|
Elements elems = albumDoc.select("div.header > h2");
|
||||||
return elems.get(0).text();
|
return HOST + "_" + elems.get(0).text();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// Fall back to default album naming convention
|
// Fall back to default album naming convention
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Reference in New Issue
Block a user