/podcli

Download podcasts

Primary LanguagePython

License MIT Contributors Last commit CodeFactor

Welcome to podcli 👋

🏠 Homepage

podcli is a simple application to download podcast from RSS.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • If you install it from PPA don't worry about, becouse all the requirements are included in the package
  • If you clone the repository, you need, at least, these dependecies,
gir1.2-gtk-3.0
gir1.2-glib-2.0
gir1.2-gdkpixbuf-2.0
gir1.2-appindicator3-0.1
gir1.2-keybinder-3.0

Installing podcli

To install podcli, follow these steps:

  • In a terminal (Ctrl+Alt+T), run these commands
sudo add-apt-repository ppa:atareao/atareao
sudo apt update
sudo apt install podcli

Using podcli

usage: podcli [-h] [-a] [-b] [-d] [-e] [-f FIRST] [-i] [-l LAST] [-p] [-s] -u
              URL

Podcast parser

optional arguments:
  -h, --help            show this help message and exit
  -a, --audio           Descargando audio
  -b, --debug           Solo para depuración
  -d, --docs            Muestra el contenido del episodio en formato html
  -e, --enumerate       Lista los episodios
  -f FIRST, --first FIRST
                        Selecciona el primer episodio
  -i, --images          Descarga imágenes
  -l LAST, --last LAST  Selecciona el primer episodio
  -p, --play            Reproduce el audio y lo descarga si es necesario
  -s, --show            Muestra el contenido del episodio en formato markdown
  -u URL, --url URL     La url o el nombre del archivo del feed

Contributing to podcli

To contribute to podcli, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin atareao/podcli
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request. </commit_message></branch_name>

👤 Contributors

Thanks goes to these wonderful people (emoji key):

Lorenzo Carbonell
💻