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

Flow Error SystemExit: 2 #35

Open elioscordo opened 3 years ago

elioscordo commented 3 years ago

Hello, this lib looks great.

Flow throws an error in

http = httplib2.Http()
credentials = run_flow(flow, STORAGE, http=http)

it needs empty flags. https://stackoverflow.com/questions/25422545/which-flag-for-run-flow-will-simulate-the-now-deprecated-run

jonnekaunisto commented 3 years ago

Thank you! If you want you can make a PR for it. I can update at some point as well.