Merge pull request #171 from ytdl-org/master

[pull] master from ytdl-org:master
This commit is contained in:
pull[bot] 2019-11-21 17:27:07 +00:00 committed by GitHub
commit 0de6e08a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,10 +91,10 @@ class IviIE(InfoExtractor):
'contentid': video_id 'contentid': video_id
} }
] ]
}).encode() })
for site in (353, 183): for site in (353, 183):
content_data = data % site content_data = (data % site).encode()
if site == 353: if site == 353:
try: try:
from Cryptodome.Cipher import Blowfish from Cryptodome.Cipher import Blowfish