jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

Add support to pass flags on logon to oauth #49

Open Boldie opened 2 years ago

Boldie commented 2 years ago

This enables the user to work with custom argparse commandline parser. If the flags will not be set from external, the internal parser of the oauth client library will be used which can not recognize the function from the parser used by the outside user script.