mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-08 03:27:27 +08:00
chore: update watchlist
This commit is contained in:
11
pkg/importlist/douban/douban_test.go
Normal file
11
pkg/importlist/douban/douban_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package douban
|
||||
|
||||
import (
|
||||
"polaris/log"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestParseDoulist(t *testing.T) {
|
||||
r, err := ParseDoulist("https://www.douban.com/doulist/166422/")
|
||||
log.Info(r, err)
|
||||
}
|
||||
Reference in New Issue
Block a user