aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/watch.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/watch.py')
-rw-r--r--youtube/watch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/watch.py b/youtube/watch.py
index ceb66ea..cd0eb53 100644
--- a/youtube/watch.py
+++ b/youtube/watch.py
@@ -382,7 +382,7 @@ def extract_info(video_id, use_invidious, playlist_id=None, index=None):
# Update 4/26/23, these URLs will randomly start returning 403
# mid-playback and I'm not sure why
- gevent.spawn(fetch_player_response, 'android', video_id)
+ gevent.spawn(fetch_player_response, 'android_music', video_id)
)
gevent.joinall(tasks)
util.check_gevent_exceptions(*tasks)