Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created January 18, 2018 23:47
Show Gist options
  • Save dustinlacewell-wk/7f4e6034e5794e80523038e1a7eaaf37 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/7f4e6034e5794e80523038e1a7eaaf37 to your computer and use it in GitHub Desktop.
(let ((ele (esxml-query-all "div#booksTitle h1#title > span *" tree))
(date (third ele)))
(s-replace "- " "" date)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment