Last active
August 29, 2015 14:02
-
-
Save blahah/e669f1d3899dcb392564 to your computer and use it in GitHub Desktop.
Get the latest MDPI-Molecules journal URLs from a JournalTOC feed
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
curl -sSL "http://www.journaltocs.ac.uk/api/journals/1420-3049?output=articles&[email protected]" | 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