Skip to content

Commit

Permalink
server.py: route any subdomain of googleusercontent.com & ggpht.com
Browse files Browse the repository at this point in the history
Avatars no longer loaded after YouTube changed the subdomain.

Fixes #163
  • Loading branch information
user234683 committed Mar 25, 2023
1 parent 291fa02 commit 472da8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def proxy_video(env, start_response):
'youtube-nocookie.com':yt_app,
'youtu.be':youtu_be,
'ytimg.com': proxy_site,
'yt3.ggpht.com': proxy_site,
'lh3.googleusercontent.com': proxy_site,
'ggpht.com': proxy_site,
'googleusercontent.com': proxy_site,
'sponsor.ajay.app': proxy_site,
'googlevideo.com': proxy_video,
}
Expand Down

0 comments on commit 472da8c

Please sign in to comment.