Created
January 18, 2018 23:47
-
-
Save dustinlacewell-wk/7f4e6034e5794e80523038e1a7eaaf37 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(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