version 2021.02.27

merge-requests/5/head v2021.02.27
Dominika Liberda 2021-02-27 02:18:34 +01:00
parent e4639cf66f
commit 09b397e541
2 changed files with 8 additions and 1 deletions

View File

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

View File

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