Skip to content

Commit

Permalink
README: Rephrase the into text
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Apr 7, 2024
1 parent 51a5294 commit 4b9f658
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
[![Downloads](https://img.shields.io/pypi/dm/podcast-downloader.svg)](https://pypi.python.org/pypi/podcast-downloader)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

The Python module for downloading files from given RSS feeds.
It is not using a database of any sort. It require a configuration file.
The Python module designed for downloading files from given RSS feeds, particularly targeted at podcasts.
It does not use any sort of database but requires a configuration file.

The script is analyzing the directory where it puts the previously downloaded files.
It is comparing the last added file with the rss feed, finding the missing ones, and downloading them.
The script is intended to be run periodically. Upon starting, it analyzes the directory where it previously stored downloaded files.
It then compares these files with those listed in the RSS feed, identifying any missing ones and downloading them.

As name suggested, the script is designed for podcasts. The files searched by default are `mp3`.
The files searched by default are `mp3`.

Using the [example below](#example), the result will be:

Expand Down

0 comments on commit 4b9f658

Please sign in to comment.