Skip to content

Commit

Permalink
removed encode
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Sep 19, 2024
1 parent 5c57823 commit 78513bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiktok/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 78513bc

Please sign in to comment.