Skip to content

Commit

Permalink
修复抖音解析问题
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Dec 30, 2022
1 parent 764d3b0 commit 209ccf5
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 117 deletions.
2 changes: 1 addition & 1 deletion video_adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestPipixiaAdapter_GetShortVideoInfo(t *testing.T) {

func TestHuoshanAdapter_GetShortVideoInfo(t *testing.T) {
adapter := &adapter2.HuoshanAdapter{}
resp, err := adapter.GetShortVideoInfo("https://share.huoshan.com/hotsoon/s/EU67vTEfHx8/")
resp, err := adapter.GetShortVideoInfo("https://share.huoshan.com/hotsoon/s/6LtxUndlBy8/")
if err != nil {
t.Error(err)
}
Expand Down
Loading

0 comments on commit 209ccf5

Please sign in to comment.