bundles/mixcloud-downloader: add login via netrc
This commit is contained in:
parent
52b68d6e42
commit
5a86e657ff
4 changed files with 23 additions and 2 deletions
|
@ -101,6 +101,14 @@ nodes['home.nas'] = {
|
|||
'home.lgtv-wohnzimmer',
|
||||
},
|
||||
},
|
||||
'mixcloud-downloader': {
|
||||
'netrc': {
|
||||
'soundcloud': {
|
||||
'username': 'oauth',
|
||||
'password': bwpass.attr('soundcloud.com/hi@kunsmann.eu', 'oauth_token'),
|
||||
},
|
||||
},
|
||||
},
|
||||
'mosquitto': {
|
||||
'bridges': {
|
||||
'c3voc': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue