Skip to content

Instantly share code, notes, and snippets.

View delgadillouski's full-sized avatar
🎯
Focusing

Jesus Delgadillo delgadillouski

🎯
Focusing
  • Nowhere
  • Somewhere in Earth
View GitHub Profile
@crazy4groovy
crazy4groovy / deviant.groovy
Last active May 18, 2021 21:34
Get photos from deviantart gallery(s), download to local folder or export url list to local file
/*
* author: crazy4groovy
* description: given a list of 1+ deviant art gallery URLs (semicolon separated),
* will parse out a list of all full size images found.
* license: MIT, no warranties or guarantees!
*/
import static groovyx.gpars.GParsPool.withPool as parallel
/////////////////////////////////