diff --git a/video.go b/video.go old mode 100755 new mode 100644 index 1633853..ccda543 --- a/video.go +++ b/video.go @@ -206,7 +206,7 @@ func fetchVideoResults(query, safe, lang string, page int) []VideoResult { Views: formatViews(item.Views), Creator: item.UploaderName, Publisher: "Piped", - Image: fmt.Sprintf("/img_proxy?url=%s", url.QueryEscape(item.Thumbnail)), + Image: item.Thumbnail, //fmt.Sprintf("/img_proxy?url=%s", url.QueryEscape(item.Thumbnail)), // Using image proxy is not working, but its not needed here as piped is proxy anyway Duration: formatDuration(item.Duration), }) }