[ie] Add browser impersonation support to more extractors (#16029)
Closes #7001, Closes #7444, Closes #16004 Authored by: bashonly
This commit is contained in:
parent
1fe0bf23aa
commit
1d1358d09f
3 changed files with 4 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ class MixcloudBaseIE(InfoExtractor):
|
|||
%s
|
||||
}
|
||||
}''' % (lookup_key, username, f', slug: "{slug}"' if slug else '', object_fields), # noqa: UP031
|
||||
})['data'][lookup_key]
|
||||
}, impersonate=True)['data'][lookup_key]
|
||||
|
||||
|
||||
class MixcloudIE(MixcloudBaseIE):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue