From 5f6c83664198dda48a284f1dfc3dbdd43ba41878 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Mon, 22 Feb 2021 20:44:54 +0100 Subject: [PATCH] version 2021.02.22 --- ChangeLog | 22 ++++++++++++++++++++++ haruhi_dl/version.py | 2 +- setup.py | 6 +----- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b4e09ed6..4a3a9585e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +version 2021.02.22 +Extractor +* [peertube] reduced request amount +* [youtube] added new URL schemes +* [tvn24] fix next.js frontend extraction +* [wp.pl] added extractor +* [albicla] added extractor +* [x-news] now detects embeds +* [lurker] domain update +* [tiktok] user profile extractor +* [simplify] libsyn extraction +* [tvp:embed] new URL scheme +* [pulsembed] new extractor +* [vod.pl] fixed extraction +* [klip.rs] fixed extraction +* [tvn24] fixed Fakty extractor +* [youtube] new crypto + +Core +* we no longer support Python2.7 +* jwplayer has a meaningful error if data wasn't found + version 2021.01.24 Extractor * [youtube] (you've guessed it) new crypto diff --git a/haruhi_dl/version.py b/haruhi_dl/version.py index 59851afe1..faebb71e8 100644 --- a/haruhi_dl/version.py +++ b/haruhi_dl/version.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '2021.01.24' +__version__ = '2021.02.22' if __name__ == '__main__': print(__version__) diff --git a/setup.py b/setup.py index 154507f5d..12da1f567 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ setup( description=DESCRIPTION, long_description=LONG_DESCRIPTION, url='https://git.sakamoto.pl/laudom/haruhi-dl', - author='Laura Liberda | Dominika Liberda', + author='Laura Liberda | Dominika Liberda | Patrycja Liberda', author_email='hdl@haruhi.download', maintainer='Dominika Liberda', maintainer_email='ja@sdomi.pl', @@ -127,8 +127,6 @@ setup( 'Environment :: Console', 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', @@ -136,8 +134,6 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', - 'Programming Language :: Python :: Implementation :: IronPython', - 'Programming Language :: Python :: Implementation :: Jython', 'Programming Language :: Python :: Implementation :: PyPy', ],