头像切换到webp.se,修复docker badge, go alert

This commit is contained in:
Benny
2023-02-28 18:59:50 +01:00
parent a6e2300baf
commit ba5f455c99
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# YYeTsBot
[![build docker image](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/builder.yaml/badge.svg)](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/builder.yaml)
[![build docker image](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml/badge.svg)](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml)
[![Docker Pulls](https://img.shields.io/docker/pulls/bennythink/yyetsbot)](https://hub.docker.com/r/bennythink/yyetsbot)
* 人人影视bot[戳我使用](https://t.me/yyets_bot)

Submodule YYeTsFE updated: d816233cb2...e9f4cb1a77

View File

@@ -154,7 +154,7 @@ func douban(c *gin.Context) {
}
if doubanInfo == "" {
var image Image
log.Warnf("Douban resource not found, requesting to main site %s...", resourceId)
log.Warnf("Douban resource not found, requesting to main site ...")
resp, _ := http.Get("https://yyets.dmesg.app" + c.Request.URL.String())
body, _ := io.ReadAll(resp.Body)
doubanInfo = string(body)