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__)