Add support for *.googleusercontent.com.

This commit is contained in:
FireMasterK 2021-08-04 20:30:40 +05:30
parent 016a677be7
commit 7dd806014c
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -47,6 +47,7 @@ var allowed_hosts = []string{
"googlevideo.com",
"ytimg.com",
"ggpht.com",
"googleusercontent.com",
}
type requesthandler struct{}