version 2021.03.01

merge-requests/5/head v2021.03.01
Dominika Liberda 2021-03-01 23:16:35 +01:00
parent 1786d6c1c4
commit ba5cda94c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
version 2021.03.01
Extractor
* [cda] logging in with a user account
* [peertube] playlist, channel and account extractor
version 2021.02.27
Core
+ Use proxy sites option

View File

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