From 01a1e1bf12666f64dc3575a9f80583dc5edbb3ff Mon Sep 17 00:00:00 2001 From: cnovel Date: Mon, 20 Jun 2022 21:11:53 +0200 Subject: [PATCH] Update doc and version --- README.md | 1 + src/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d00c64..cc785a1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Arguments: * `-f FOLDER`, `--folder FOLDER`: Destination folder for MP3 files * `--overwrite`: Will overwrite existing files * `-l LAST_N`, `--last LAST_N`: Will only download the last N episodes. If N=0, download all the episodes +* `--prefix_with_datetime`: Will prefix the file name with the date (eg: 2022-06-15) * `-v`, `--version`: Print version Example: diff --git a/src/__init__.py b/src/__init__.py index 7e388d9..1bbe415 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -pbd_version = '0.5' +pbd_version = '0.6'