This commit is contained in:
Hsy
2025-02-20 17:32:53 +08:00
commit 144c1788f7
57 changed files with 2827 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package tiktok
import "testing"
func TestTikTok(test *testing.T) {
GetTiktokVideoInfo("https://www.tiktok.com/@baotramthieu/video/6887554215598689538")
}