Skip to content

Instantly share code, notes, and snippets.

@blahah
Last active August 29, 2015 14:02
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 blahah/e669f1d3899dcb392564 to your computer and use it in GitHub Desktop.
Save blahah/e669f1d3899dcb392564 to your computer and use it in GitHub Desktop.
Get the latest MDPI-Molecules journal URLs from a JournalTOC feed
curl -sSL "http://www.journaltocs.ac.uk/api/journals/1420-3049?output=articles&user=richardsmith404@gmail.com" | grep '\<link\>' | grep -oEi 'http[^\<]*' | sort | uniq | sed 's/$/\/htm/g' > mdpi_jtoclist.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment