server.py: route any subdomain of googleusercontent.com &

ggpht.com

Avatars no longer loaded after YouTube changed the subdomain.

Fixes #163
This commit is contained in:
Jesus E 2023-05-28 21:12:13 -04:00
parent 14c8cf3f5b
commit ba3714c860
No known key found for this signature in database
GPG Key ID: 159C8F8BC9AED8B6

View File

@ -169,8 +169,8 @@ site_handlers = {
'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,
}