I was try to change the root_dir by the following:
google_crawler = GoogleImageCrawler( feeder_threads=1, parser_threads=1, downloader_threads=4, storage=storage)
google_crawler.set_storage(new_storage)
But it doesn't seem to work. Did I do it the wrong way?