version 2021.02.22

radioplus v2021.02.22
Dominika Liberda 2021-02-22 20:44:54 +01:00
parent 75e2b81f08
commit 5f6c836641
3 changed files with 24 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
from __future__ import unicode_literals
__version__ = '2021.01.24'
__version__ = '2021.02.22'
if __name__ == '__main__':
print(__version__)

View File

@ -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',
],