version 2021.02.27

This commit is contained in:
Dominika Liberda 2021-02-27 02:18:34 +01:00 committed by Dominika
parent 9d7059a4a9
commit be6253988a
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 version 2021.02.26
A lot of changes merged back from youtube-dl, thanks to the Copykitku project 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 from __future__ import unicode_literals
__version__ = '2021.02.26' __version__ = '2021.02.27'
if __name__ == '__main__': if __name__ == '__main__':
print(__version__) print(__version__)