Skip to content

Commit

Permalink
Update feeds.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOLPLPARTY authored Aug 29, 2021
1 parent bab20e3 commit bbaade2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions feeds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ linkSelector = "div.txt_area > a"
imageSelector = "div a img[src^='https://cdn.music-flo.com/image/v2/album/']"
contentSelector = "span.artist_link_w > span > span:nth-child(1) > a"
waitUntil = "networkidle"


[flo_newalbum]
title = "FLO ─ New Album"
url = "https://www.music-flo.com/new/track?sortType=KPOP"
entrySelector = "ul.thumbnail_list.badge_thumbnail_list li"
titleSelector = "p.title a"
linkSelector = "a"
imageSelector = "div[class='album_thumbnail'] a img"
contentSelector = "p.artist"
waitUntil = "networkidle"

0 comments on commit bbaade2

Please sign in to comment.