Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save othree/126a26144cd853ede1fea585bc46ba99 to your computer and use it in GitHub Desktop.
Save othree/126a26144cd853ede1fea585bc46ba99 to your computer and use it in GitHub Desktop.
?exists: //article/div[@id="comments"]
author: "othree"
channel: "@othree"
body: //article
title: $body//h3[1]
cover: $body/section[@itemprop="articleBody"]/p[1]/a[@itemprop="image"]/img
published_date: $body/header/time[@itemprop="datePublished dateModified"]/@datetime
@remove: //article/header
@remove: //article/footer
@remove: //article/div[@id="comments"]
@remove: //noscript
@remove: //a[has-class("dsq-brlink")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment