forked from Vinnl/feeds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
feeds.toml
67 lines (61 loc) · 2.2 KB
/
feeds.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[jype_recruit]
title = "JYP RECRUIT"
url = "https://recruit.jype.com/Recruit"
entrySelector = "div.recruitList ul li"
titleSelector = "strong.tit"
linkSelector = "a"
contentSelector = "span.date"
waitUntil = "networkidle"
[vlive_smtown]
title = "SMTOWN ─ Media Board"
url = "https://vlive.tv/channel/FD53B/board/3530"
entrySelector = "li[class^='post_item']"
titleSelector = "strong[class^='title_text']"
linkSelector = "a[class^='post_area']"
imageSelector = "span[class^='covered_image']"
waitUntil = "networkidle"
[vlive_smtown_notice]
title = "SMTOWN ─ Media Board"
url = "https://www.vlive.tv/channel/FD53B/board/69"
entrySelector = "li[class^='post_item']"
titleSelector = "strong[class^='title_text']"
linkSelector = "a[class^='post_area']"
imageSelector = "span[class^='covered_image']"
waitUntil = "networkidle"
[flo_newtrack]
title = "FLO ─ New Track"
url = "https://www.music-flo.com/new/track?sortType=KPOP"
entrySelector = "div.section_content_wrap > table > tbody > tr"
titleSelector = "div.txt_area > button > p > strong"
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/album?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"
[kindiechart]
title = "K-INDIE CHART"
url = "http://mirrorballmusic.co.kr/k-indie-chart/"
entrySelector = "div[class='category-post-list'] article"
titleSelector = "h1[class='post-title blue']"
linkSelector = "div a[class='btn-view-chart']"
imageSelector = "div[class='post-thumb'] img"
contentSelector = "h2[class='sub-title']"
waitUntil = "networkidle"
onFail = "stale"
[vibe_onstage]
title = "VIBE ─ 온스테이지"
url = "https://vibe.naver.com/onstage/season/2"
entrySelector = "ul.list li.item"
titleSelector = "strong.item_title"
linkSelector = "div a.link_textarea"
imageSelector = "img.thumbnail.horizontal"
contentSelector = "a p.desc"
waitUntil = "networkidle"