diff --git a/tiktok/content.go b/tiktok/content.go index c39ba89..342f32e 100644 --- a/tiktok/content.go +++ b/tiktok/content.go @@ -65,7 +65,6 @@ func (o *tiktok) PostVideoInit(title, videoUrl string, privacyLevel string) (*Pu if !CheckPrivacyLevel(privacyLevel) { return nil, PrivacyLevelWrong } - //encodedVideoUrl := url.QueryEscape(videoUrl) // request := &PublishVideoRequest{ PostInfo: PostInfo{