You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement get_account_info() to get authenticated user's account info (sigma67#556) (sigma67#557)
* implement get_account_info to provide information about the authenticated user's account (sigma67#556)
* Apply suggestions from code review to tests/README.rst
Co-authored-by: sigma67 <[email protected]>
* simplify get_account_info by moving code out of parsers.py and navigation.py
* test with non-auth account
* format
* update .pre-commit-config.yaml
---------
Co-authored-by: sigma67 <[email protected]>
Co-authored-by: sigma67 <[email protected]>
Copy file name to clipboardExpand all lines: tests/README.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ The entry descriptions should be self-explanatory.
24
24
For the headers_raw, you need to indent the overflowing lines with a tab character. For the upload test you need a suitable music file in the test directory.
25
25
Adjust the file to contain appropriate information for your YouTube account and local setup.
26
26
27
+
``account_name`` and ``channel_handle`` for test.cfg can be obtained by visiting either YouTube or YouTube Music and
28
+
clicking your profile picture icon in the top right while signed in with your test account.
29
+
27
30
Brand accounts can be created by first signing into the google account you wish to have as the parent/controlling
28
31
account then navigating `here. <https://www.youtube.com/create_channel?action_create_new_channel_redirect=true>`_
0 commit comments