feat: add pinterest support (by Snazzah)

merge pull request #134 from Snazzah/feat/pinterest
This commit is contained in:
wukko
2023-06-05 12:50:31 +06:00
committed by GitHub
7 changed files with 85 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ export default function(r, host, ip, audioFormat, isAudioOnly, lang, isAudioMute
case "instagram":
case "tumblr":
case "twitter":
case "pinterest":
responseType = 1;
break;
}