Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Mar 24, 2024
1 parent 5049533 commit 40a3717
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/onlinestream/sources/gogocdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/gocolly/colly"
"github.com/seanime-app/seanime/internal/util"
"io"
"log"
"net/http"
"net/url"
"regexp"
Expand Down Expand Up @@ -71,11 +70,6 @@ func (g *GogoCDN) Extract(uri string) (vs []*VideoSource, err error) {

})

// Error handling
c.OnError(func(r *colly.Response, err error) {
log.Println("Request URL:", r.Request.URL, "failed with response:", r, "\nError:", err)
})

// Start scraping
err = c.Visit(uri)
if err != nil {
Expand Down

0 comments on commit 40a3717

Please sign in to comment.