louist87 / Scrappy

Python module to rename media collections based on scrapes from thetvdb.com. CLI and GUI tools, too!
27 stars 0 forks source link

Support for nested directory search #3

Closed louist87 closed 11 years ago

louist87 commented 11 years ago

The Scrape class will not recursively map subdirectories unless you use a glob pattern to specify a particular depth.

Add the recrusive kwarg to Scrape, which implements recursive directory walking using this snippet

With this new kwarg: