Skip to content

Commit

Permalink
README: Moving example up in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Mar 19, 2024
1 parent c0419b3 commit 8c80b9b
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8c80b9b

Please sign in to comment.