Giter Club home page Giter Club logo

podcastbulkdownloader's Introduction

PBD_Logo

Podcast Bulk Downloader

Build Status codecov

Podcast Bulk Downloader is a simple soft that allows you to download all the episodes of a podcast feed in a folder.

How to use Podcast Bulk Downloader

CLI version

Usage: PodcastBulkDownloaderCLI.exe -f FOLDER --url RSS_URL [--overwrite]

Arguments:

  • -h, --help: shows this help message and exit
  • --url URL: URL to inspect for MP3s
  • -f FOLDER, --folder FOLDER: Destination folder for MP3 files
  • --overwrite: Will overwrite existing files
  • version: Print version

Example:

PodcastBulkDownloaderCLI.exe -f "G:\Musique\RadioKawa\Ta Gueule" --url https://feeds.radiokawa.com/podcast_ta-gueule.xml

GUI Version

PBD_GUI

It's fairly easy to use: fill the RSS field, click Fetch to inspect the feed. Then fill the Folder field and click download to download the episodes. Logs will be displayed in the bottom part and will warn you if the software ran into issues. Check the overwrite checkbox if you want to redownload all the episodes. Overwriting is solely based on filename, it doesn't do any checks at the moment.

How to build PBD

Build and run tests

We are supporting Python 3.7 and above. Project may work for earlier version tough it is not guaranteed.

To install dependencies, execute this command in the root folder:

pip install .

To run tests, execute this command in the root folder:

pytest -v

Creating EXE file

Execute create_exe.bat, it will create the exe files in a subdirectory called dist.

podcastbulkdownloader's People

Contributors

cnovel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.