This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Fetches video info from TikTok mobile API given a list of video ids. Returns the response body. | |
*/ | |
func get_video_info(video_ids []string) string { | |
client := &http.Client{} | |
// parse the video ids into the payload | |
payload := "aweme_ids=%5B" + strings.Join(video_ids, ",") + "%5D" | |
// fetch video info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aah | |
aback | |
abacus | |
abalone | |
abandon | |
abase | |
abased | |
abate | |
abated | |
abbey |