mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-27 13:07:47 +08:00
add log
This commit is contained in:
@@ -31,6 +31,7 @@ func SearchEpisode(db1 *db.Client, seriesId, seasonNum, episodeNum int, checkRes
|
|||||||
|
|
||||||
var filtered []torznab.Result
|
var filtered []torznab.Result
|
||||||
for _, r := range res {
|
for _, r := range res {
|
||||||
|
log.Infof("torrent resource: %+v", r)
|
||||||
meta := metadata.ParseTv(r.Name)
|
meta := metadata.ParseTv(r.Name)
|
||||||
if meta.Season != seasonNum {
|
if meta.Season != seasonNum {
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user