Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
|PyPI version|
A command line podcast player, written in Python.
Prerequisites
- `Python`_
- `mpv`_ or mplayer or any other media player that can be launched from the command line
Installing
~~~~~~~~~~
Podcast Player is on PyPI so it can be installed with pip.
.. code-block:: bash
$ pip install podcast-player
To upgrade use the -U flag.
.. code-block:: bash
$ pip install -U podcast-player
Setup
~~~~~
To begin we need to add some podcast rss feeds. This is done one by one with the following command.
.. code-block:: bash
$ podcast add URL
If you have an OPML file with podcast subscriptions that you would like to import then you can do so with the -i flag.
.. code-block:: bash
$ podcast -i OPML-FILE
The default audio player is mpv in no-video mode. If desired you can change that.
.. code-block:: bash
$ podcast set-player mplayer
Usage
~~~~~
Once you have added all the podcasts you want to subscribe to, then simply run the 'podcast' command to select the podcast and the episode you want to listen to.
.. code-block:: bash
$ podcast
For more details run with the help option.
.. code-block:: bash
$ podcast --help
podcast
Usage:
podcast
podcast add <url>
podcast delete
podcast set-player <player>
podcast -i <opml-file>
podcast -h | --help
podcast --version
Options:
-h --help Show this screen.
--version Show version.
Examples:
podcast
podcast set-player mpv
podcast set-player mplayer
podcast add https://my-podcast-url.com/feed.rss
Help:
For help using this tool, please open an issue on the Github repository:
https://github.com/aziezahmed/podcast-player
Built With
----------
- `skele-cli`_
Authors
-------
- `Aziez Ahmed Chawdhary`_
License
-------
This project is licensed under the MIT License
.. _Python: https://www.python.org
.. _PyPi: https://pypi.python.org/pypi
.. _skele-cli: https://github.com/rdegges/skele-cli
.. _Aziez Ahmed Chawdhary: https://github.com/aziezahmed
.. _mpv: https://mpv.io
.. |PyPI version| image:: https://img.shields.io/pypi/v/podcast-player.svg
:target: https://pypi.python.org/pypi/podcast-player
FAQs
A Python command line podcast player.
We found that podcast-player demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.