This file contains 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
/* | |
* 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 | |
///////////////////////////////// |