-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeeds.toml
64 lines (58 loc) · 1.99 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
[contents]
title = "Careet ─ Contents ─ 전체 보기"
url = "https://www.careet.net/Content/All"
entrySelector = "ul.list-wrap.gly-list.col3 li"
titleSelector = "p.list-tit"
linkSelector = "a"
contentSelector = "p.txt-elp.list-desc"
waitUntil = "networkidle"
[contents_meme]
title = "Careet ─ Contents ─ 요즘 뜨는 밈"
url = "https://www.careet.net/Content/Series/1"
entrySelector = "ul.list-wrap.gly-list.col3 li"
titleSelector = "p.list-tit"
linkSelector = "a"
contentSelector = "p.txt-elp.list-desc"
waitUntil = "networkidle"
[contents_zgeneration]
title = "Careet ─ Contents ─ Z세대 최신 근황"
url = "https://www.careet.net/Content/Series/2"
entrySelector = "ul.list-wrap.gly-list.col3 li"
titleSelector = "p.list-tit"
linkSelector = "a"
contentSelector = "p.txt-elp.list-desc"
waitUntil = "networkidle"
[contents_brand]
title = "Careet ─ Contents ─ 이주의 일 잘한 브랜드"
url = "https://www.careet.net/Content/Series/3"
entrySelector = "ul.list-wrap.gly-list.col3 li"
titleSelector = "p.list-tit"
linkSelector = "a"
contentSelector = "p.txt-elp.list-desc"
waitUntil = "networkidle"
[contents_newsclipping]
title = "Careet ─ Contents ─ 캐릿픽 오늘의 뉴스"
url = "https://www.careet.net/NewsClipping"
entrySelector = "div.ac-boxs ul li:nth-child(1)"
titleSelector = "strong.ac-title"
linkSelector = "a.h-light.fw700"
contentSelector = "div.ac-info"
dateSelector = "span.news-time"
dateFormat = "yyyy.MM.dd"
waitUntil = "networkidle"
[contents_dictionary]
title = "Careet ─ Contents ─ MZ 용어 사전"
url = "https://www.careet.net/Dictionary"
entrySelector = "div.footnote-cont-box ul li"
titleSelector = "em.footnote-key.fw700"
linkSelector = "a.h-light.fw700"
contentSelector = "p.text"
waitUntil = "networkidle"
[newsletter]
title = "캐릿 ─ Trend letter"
url = "https://www.careet.net/Newsletter"
entrySelector = "ul.list-wrap.gly-list.col4 li"
titleSelector = "p.list-tit"
linkSelector = "a"
contentSelector = "p.list-date span:nth-child(1)"
waitUntil = "networkidle"