From 724948f4b24e614a505508cf335cca4823567bc5 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Fri, 26 Feb 2021 23:47:53 +0100 Subject: [PATCH] version 2021.02.26 --- ChangeLog | 1 + haruhi_dl/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f3a64051..f0f668b60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,7 @@ Core of url_transparent (https://github.com/ytdl-org/youtube-dl/issues/27064) * [extractor/common] Output error for invalid URLs in _is_valid_url (https://github.com/ytdl-org/youtube-dl/issues/21400, https://github.com/ytdl-org/youtube-dl/issues/24151, https://github.com/ytdl-org/youtube-dl/issues/25617, https://github.com/ytdl-org/youtube-dl/issues/25618, https://github.com/ytdl-org/youtube-dl/issues/25586, https://github.com/ytdl-org/youtube-dl/issues/26068, https://github.com/ytdl-org/youtube-dl/issues/27072) +- Removed Herobrine Extractor * [apa] Fix and improve extraction (https://github.com/ytdl-org/youtube-dl/issues/27750) diff --git a/haruhi_dl/version.py b/haruhi_dl/version.py index 783a067fe..5923b2278 100644 --- a/haruhi_dl/version.py +++ b/haruhi_dl/version.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '2021.02.23' +__version__ = '2021.02.26' if __name__ == '__main__': print(__version__)