WIP: douban wish list

This commit is contained in:
Simon Ding
2025-02-10 15:07:32 +08:00
parent 80ad9a2a3b
commit e380a624f5
4 changed files with 182 additions and 45 deletions

View File

@@ -9,3 +9,10 @@ func TestParseDoulist(t *testing.T) {
r, err := ParseDoulist("https://www.douban.com/doulist/81580/")
log.Info(r, err)
}
func Test111(t *testing.T) {
d := NewDoubanWishlist("69894889")
_, err := d.GetWishlist(1)
log.Infof("err: %v", err)
}