From 09b397e541c022c6fb20d83a60547fa46e2e23fc Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sat, 27 Feb 2021 02:18:34 +0100 Subject: [PATCH] version 2021.02.27 --- ChangeLog | 7 +++++++ haruhi_dl/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 98acc306f..d7bc142a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +version 2021.02.27 +Core ++ Use proxy sites option + +Extractor ++ Nitter extractor + version 2021.02.26 A lot of changes merged back from youtube-dl, thanks to the Copykitku project diff --git a/haruhi_dl/version.py b/haruhi_dl/version.py index 5923b2278..087d9124a 100644 --- a/haruhi_dl/version.py +++ b/haruhi_dl/version.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '2021.02.26' +__version__ = '2021.02.27' if __name__ == '__main__': print(__version__)