Skip to content

Instantly share code, notes, and snippets.

@CustomIcon
Created October 1, 2020 08:36
Show Gist options
  • Save CustomIcon/e5ed97009e76e1a47e2924a2599d97a3 to your computer and use it in GitHub Desktop.
Save CustomIcon/e5ed97009e76e1a47e2924a2599d97a3 to your computer and use it in GitHub Desktop.
Telegram Instant View to Casper Theme for @Ghostblog
~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