Skip to content

Commit

Permalink
Merge pull request #202 from Aavtic/patch-1
Browse files Browse the repository at this point in the history
Fix for Attribute Error 'YouTube' object has no attribute 'outh_verif…
  • Loading branch information
JuanBindez committed Aug 27, 2024
2 parents c8b75ac + 34ba888 commit bec4a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytubefix/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def age_check(self):
use_oauth=self.use_oauth,
allow_cache=self.allow_oauth_cache,
token_file=self.token_file,
outh_verifier=self.outh_verifier
oauth_verifier=self.oauth_verifier
)

if innertube.require_js_player:
Expand Down

0 comments on commit bec4a6a

Please sign in to comment.