Dislike count added

This commit is contained in:
killer069
2021-12-08 09:47:26 +05:30
parent 68f435a658
commit f5da982b58
3 changed files with 23 additions and 19 deletions

View File

@@ -30,15 +30,15 @@ interface tokenOptions {
* iv> Useragents :- array of string.
*
* locally in memory.
*
* Example :
*
* Example :
* ```ts
* play.setToken({
* youtube : {
* cookie : "Your Cookies"
* }
* }) // YouTube Cookies
*
*
* play.setToken({
* useragent: ['Your User-agent']
* }) // Use this to avoid 429 errors.