Skip to content

Commit

Permalink
Remove temporary patch
Browse files Browse the repository at this point in the history
Clients have been updated upstream so we should use their values.
  • Loading branch information
glubsy committed Aug 3, 2024
1 parent d679a1f commit a07c9b7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions livestream_saver/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@

from yt_dlp.extractor.youtube import INNERTUBE_CLIENTS

# Patch with updated client version, temporary fix 20230511
INNERTUBE_CLIENTS["android"].update(
{
'INNERTUBE_CONTEXT': {
'client': {
'clientName': 'ANDROID',
'clientVersion': '18.20.99',
'androidSdkVersion': 99,
'userAgent': 'com.google.android.youtube/18.20.99'
}
}
})


log = logging.getLogger(__name__)


Expand Down

0 comments on commit a07c9b7

Please sign in to comment.