* version 2021.08.01

unlicense
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
Core
* [playwright] fixed headlessness

View File

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