Skip to content

Instantly share code, notes, and snippets.

@abevieiramota
Created January 6, 2015 01:06
Show Gist options
  • Save abevieiramota/05fdb792f0841df86d60 to your computer and use it in GitHub Desktop.
Save abevieiramota/05fdb792f0841df86d60 to your computer and use it in GitHub Desktop.
import os
for dir in os.walk('.'):
os.system('manga-downloader --pdf "%s"' % dir[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment