From 8c80b9b97931b7f4d29bb11bfc74dce6e01265e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20P=C5=82ocki?= Date: Tue, 19 Mar 2024 21:29:28 +0100 Subject: [PATCH] README: Moving example up in the file --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3a8accd..4a807fa 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,20 @@ It is compering the last added file with the rss feed, finding the missing ones, As name suggested, the script is designed for podcasts. The files searched by default are `mp3`. +Using the [example below](#example), the result will be: + +```log +[2020-06-16 19:54:35] Loading configuration (from file: "~/.podcast_downloader_config.json") +[2020-06-16 19:54:35] Checking "The Skeptic Guide" +[2020-06-16 19:54:35] Last downloaded file "skepticast2020-06-13.mp3" +[2020-06-16 19:54:39] The Skeptic Guide: Nothing new +[2020-06-16 19:54:39] ------------------------------ +[2020-06-16 19:54:39] Finished +``` + ## Setup -### Installation from PyPI +Installation from PyPI: ```bash pip install podcast_downloader @@ -31,19 +42,6 @@ After installation, the script can be called as any Python module: python -m podcast_downloader ``` -### In action - -Using the [example above](#example), the result will be: - -```log -[2020-06-16 19:54:35] Loading configuration (from file: "~/.podcast_downloader_config.json") -[2020-06-16 19:54:35] Checking "The Skeptic Guide" -[2020-06-16 19:54:35] Last downloaded file "skepticast2020-06-13.mp3" -[2020-06-16 19:54:39] The Skeptic Guide: Nothing new -[2020-06-16 19:54:39] ------------------------------ -[2020-06-16 19:54:39] Finished -``` - ## Configuration ### The configuration file