fix call to _extract_signature_function()
This commit is contained in:
parent
aa60f96eae
commit
3795543b48
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ class VideoPage(BaseYoutubePage):
|
||||||
player_id = (player_url, len(s))
|
player_id = (player_url, len(s))
|
||||||
if player_id not in self._player_cache:
|
if player_id not in self._player_cache:
|
||||||
func = self._extract_signature_function(
|
func = self._extract_signature_function(
|
||||||
video_id, player_url, len(s)
|
video_id, player_url, s
|
||||||
)
|
)
|
||||||
self._player_cache[player_id] = func
|
self._player_cache[player_id] = func
|
||||||
func = self._player_cache[player_id]
|
func = self._player_cache[player_id]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue