Created
October 1, 2020 08:36
-
-
Save CustomIcon/e5ed97009e76e1a47e2924a2599d97a3 to your computer and use it in GitHub Desktop.
Telegram Instant View to Casper Theme for @Ghostblog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~version: "2.0" | |
$main: //article[@class="post-full"] | |
channel: "@pokurtblog" | |
title: $main//header//h1[1] | |
kicker: $main//header//p[@class="post-full-custom-excerpt"] | |
body: //div[@class="post-content"] | |
author: //h4[@class="author-name"] | |
author_url: //h4[@class="author-name"]/a | |
cover: //figure[@class="post-full-image"]//img | |
image_url: $cover/self::img/@src | |
<figcaption>: //figure//figcaption/a | |
<figure>: //figure//div[has-class("kg-image")] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment