Skip to content

Commit

Permalink
Update feeds.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOLPLPARTY authored Sep 9, 2021
1 parent 4a951c7 commit fd982a9
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 @@ -55,3 +55,14 @@ 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 = "a.link_textarea"
imageSelector = "img.thumbnail.horizontal"
contentSelector = "a p.desc"
waitUntil = "networkidle"
onFail = "stale"

0 comments on commit fd982a9

Please sign in to comment.