* version 2021.08.01

This commit is contained in:
Dominika Liberda 2021-08-01 17:44:07 +02:00 committed by Dominika
parent 5cc47c2fde
commit ed2d212864
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
version 2021.08.01
Extractor
* [youtube] fixed agegate
* [niconico] dmc downloader from youtube-dlp
* [peertube] new URL schemas
version 2021.06.20 version 2021.06.20
Core Core
* [playwright] fixed headlessness * [playwright] fixed headlessness

View file

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