Merge pull request #171 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
0de6e08a8e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user