Metadata-Version: 2.1
Name: playlist2podcast
Version: 0.4.0
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.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.7
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.22.0,<0.23.0)
Requires-Dist: rich (>=11.0.0,<12.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 is not mature yet and might fail with uncaught errors. If you encounter an error, please create an
[issue](https://codeberg.org/PyYtTools/Playlist2Podcasts/issues)

Currently, 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.

Before running, install [Python Poetry](https://python-poetry.org/) and run `poetry install`.

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

Run Playlist2Podcast with the command `poetry run playlist2podcast`

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

