Releases: Kraymer/flinck
Releases · Kraymer/flinck
v0.3.2
v0.3.1
v0.3.0
- 🆕🐛 smarter parsing of input arguments using click library. Noticeably, the
--by
flag does not have to be located at the end anymore. fix #20
- 🆕 fallback on google imdb id search when needed. A
google_api_key
is required in youconfig.yaml
. fix #22 - 🆕 new
-v
and-vv
flags to be more or less verbose - 🆕 add
file_extensions
andfile_min_size_mb
configuration parameters for a better control of files to discard. fix #16 - 🆕 use existing configuration file sections names as default value for
-by
argument, ieflinck
can be runned with no--by
flag if at least one field section is defined in theconfig.yaml
. fix #10
- 🐛 ignore directories created by flinck when searching for a bucket
- 🐛 fix decade field content, was always resolved to Unknown. fix #23