[vk] remove assert statement
This commit is contained in:
parent
3c989818e7
commit
42cd0824b3
1 changed files with 0 additions and 1 deletions
|
@ -600,7 +600,6 @@ class VKWallPostIE(VKBaseIE):
|
|||
if 'audio_api_unavailable' in mask_url:
|
||||
extra = mask_url.split('?extra=')[1].split('#')
|
||||
func, base = self._decode(extra[1]).split(chr(11))
|
||||
assert (func == 'i')
|
||||
mask_url = list(self._decode(extra[0]))
|
||||
url_len = len(mask_url)
|
||||
indexes = [None] * url_len
|
||||
|
|
Loading…
Reference in a new issue