Dominika
4 years ago
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
2 changed files with
6 additions and
1 deletions
-
ChangeLog
-
youtube_dl/version.py
|
|
@ -1,3 +1,8 @@ |
|
|
|
version 2020.10.30 |
|
|
|
|
|
|
|
Extractors |
|
|
|
* [youtube] Fix "Unable to extract JS player URL" (#12) |
|
|
|
|
|
|
|
version 2020.09.20 |
|
|
|
|
|
|
|
Core |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
from __future__ import unicode_literals |
|
|
|
|
|
|
|
__version__ = '2020.09.20' |
|
|
|
__version__ = '2020.10.30' |