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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user