-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support OAuth2 Account Integration (#33)
* OAuth2 integration part 1 * implement token refreshing * cleanups, usability, etc. * Update log message, use Android.BASE_CONFIG for visitor ID fetching * Reapply context filter. * Don't apply token/UA/visitor ID to googlevideo URLs * Allow skipping OAuth initialisation on empty tokens * Fix incorrect number of arguments in YoutubeRestHandler * Correctly extract interval, handle slow_down and access_denied * Note usage of #getContextFilter with rotator. * Slight refactor to oauth token handling and refreshing. * README updates * rename oauthConfig -> oauth * Some minor changes. * Remove todo and clear access token when setting new refresh token
- Loading branch information
Showing
9 changed files
with
509 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.