removed debugging statements for torrents
All checks were successful
Run Integration Tests / test (push) Successful in 18s
All checks were successful
Run Integration Tests / test (push) Successful in 18s
This commit is contained in:
parent
491df4e419
commit
b6c37452ca
3 changed files with 3 additions and 6 deletions
|
@ -94,9 +94,6 @@ func (tg *TorrentGalaxy) Search(query string, category string) ([]TorrentResult,
|
|||
title := strings.TrimSpace(titleDiv.Text())
|
||||
magnetLink, exists := s.Find("a[href^='magnet']").Attr("href")
|
||||
|
||||
fmt.Printf("Found title: %s\n", title) // Debugging statement
|
||||
fmt.Printf("Found magnet link: %s\n", magnetLink) // Debugging statement
|
||||
|
||||
if !exists {
|
||||
log.Printf("No magnet link found for title: %s", title)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue