Fix bandcamp related items

Small change in HTML structure
This commit is contained in:
Fynn Godau 2023-04-02 22:06:08 +02:00
parent 1b6fe5edd6
commit c605a8fd12
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class BandcampRelatedPlaylistInfoItemExtractor implements PlaylistInfoIte
@Override
public String getUrl() throws ParsingException {
return relatedAlbum.getElementsByClass("title-and-artist").attr("abs:href");
return relatedAlbum.getElementsByClass("album-link").attr("abs:href");
}
@Override