1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 12:33:59 +08:00

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
Unverified
+2 -2
View File
@@ -91,10 +91,10 @@ class IviIE(InfoExtractor):
'contentid': video_id
}
]
}).encode()
})
for site in (353, 183):
content_data = data % site
content_data = (data % site).encode()
if site == 353:
try:
from Cryptodome.Cipher import Blowfish