Metadata-Version: 2.1
Name: playlist2podcast
Version: 0.5.2
Summary: Creates podcast feed from playlist URL
Home-page: https://codeberg.org/PyYtTools/Playlist2Podcasts
License: AGPL-3.0-or-later
Author: marvin8
Author-email: marvin8@tuta.io
Requires-Python: >=3.7.4,<4.0.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=9.0.0,<10.0.0)
Requires-Dist: arrow (>=1.2.1,<2.0.0)
Requires-Dist: feedgen (>=0.9.0,<0.10.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: rich (>=12.2.0,<13.0.0)
Requires-Dist: typing-extensions (>=4.2.0,<5.0.0)
Requires-Dist: yt-dlp (>=2022.1.21,<2023.0.0)
Project-URL: Changelog, https://codeberg.org/PyYtTools/Playlist2Podcasts/src/branch/main/CHANGELOG.md
Project-URL: Repository, https://codeberg.org/PyYtTools/Playlist2Podcasts
Description-Content-Type: text/markdown

# Playlist2Podcast

Playlist2Podcast is a command line tool that takes a Youtube playlist and creates a podcast feed from this.

Playlist2Podcast:
1) downloads and converts the videos in one or more playlists to opus audio only files,
2) downloads thumbnails and converts them to JPEG format, and
3) creates a podcast feed with the downloaded videos and thumbnails.

Easiest way to use Playlist2Podcast is to use `pipx` to install it from PyPi. Then you can simply use
`playlist2podcast` on the command line run it.

Playlist2Podcast will ask for all necessary parameters when run for the first time and store them in `config.json`
file in the current directory.

Playlist2Podcast is licences under
the [GNU Affero General Public License v3.0](http://www.gnu.org/licenses/agpl-3.0.html)

