From b768158f6c599d959bb214e9646e0ef2efe5118f Mon Sep 17 00:00:00 2001 From: George Pchelkin Date: Sun, 18 Dec 2022 14:20:49 +0300 Subject: [PATCH] fix youtube playlist and video in playlist download --- CHANGELOG.rst | 4 ++++ pyproject.toml | 2 +- scdlbot/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4d78ad4e..eed7b38c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Version history =============== +0.14.1 (2022-12-18) +----------------------- +* fix youtube playlist and video in playlist download + 0.14.0 (2022-12-18) ----------------------- * many things diff --git a/pyproject.toml b/pyproject.toml index 4817ed7ce..6b43479c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ commands = [tool.poetry] name = "scdlbot" description = "Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork" -version = "0.14.0" +version = "0.14.1" license = "MIT" authors = ["George Pchelkin "] diff --git a/scdlbot/__init__.py b/scdlbot/__init__.py index f9e966dcf..5823a9199 100644 --- a/scdlbot/__init__.py +++ b/scdlbot/__init__.py @@ -4,4 +4,4 @@ __author__ = """George Pchelkin""" __email__ = "george@pchelk.in" -__version__ = "0.14.0" +__version__ = "0.14.1"