[viidia] use compat_str
This commit is contained in:
parent
e7a9048350
commit
87e59de943
@ -98,7 +98,7 @@ class ViideaIE(InfoExtractor):
|
||||
|
||||
cfg = self._parse_json(self._search_regex([r'cfg\s*:\s*({.+?}),[\da-zA-Z_]:\(?function', r'cfg\s*:\s*({[^}]+})'], webpage, 'cfg'), lecture_slug, js_to_json)
|
||||
|
||||
lecture_id = str(cfg['obj_id'])
|
||||
lecture_id = compat_str(cfg['obj_id'])
|
||||
|
||||
base_url = self._proto_relative_url(cfg['livepipe'], 'http:')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user