diff --git a/video.go b/video.go index 9719ddd..a068b8e 100644 --- a/video.go +++ b/video.go @@ -116,7 +116,7 @@ func handleVideoSearch(w http.ResponseWriter, query, safe, lang string, page int continue } results = append(results, VideoResult{ - Href: fmt.Sprintf("https://%s%s", PIPED_INSTANCE, item.URL), + Href: fmt.Sprintf("https://youtube.com%s", item.URL), Title: item.Title, Date: item.UploadedDate, Views: formatViews(item.Views),