Skip to content

Commit

Permalink
fix zuiyou parse
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunwei928 committed Sep 22, 2024
1 parent 0bc8396 commit 3b9a30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/zuiyou.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (z zuiYou) parseShareUrl(shareUrl string) (*VideoParseInfo, error) {
res, err := client.R().
SetHeader(HttpHeaderUserAgent, DefaultUserAgent).
SetBody(postData).
Post("https://share.xiaochuankeji.cn/planck/share/post/detail")
Post("https://share.xiaochuankeji.cn/planck/share/post/detail_h5")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 3b9a30d

Please sign in to comment.