1
0
mirror of https://github.com/l1ving/youtube-dl synced 2024-11-20 18:36:06 +08:00

[bump] 2020.10.30

This commit is contained in:
Dominika 2020-10-30 21:50:23 -04:00
parent c61a20804d
commit 161722ebda
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
version 2020.10.30
Extractors
* [youtube] Fix "Unable to extract JS player URL" (#12)
version 2020.09.20
Core

View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2020.09.20'
__version__ = '2020.10.30'