proxy option

Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
loicbersier 2020-08-25 02:08:27 +02:00
parent 53faf523d1
commit a5c4da7874

View file

@ -17,5 +17,7 @@
"twiConsumer": "Twitter consumer key", //optional | for the twitter command
"twiConsumerSecret": "Twitter consumer key secret", //optional | for the twitter command
"twiToken": "Twitter token", //optional | for the twitter command
"twiTokenSecret": "Twitter token secret" //optional | for the twitter command
"twiTokenSecret": "Twitter token secret", //optional | for the twitter command
"proxy": "ip:port" //optional | Used for youtube-dl
}