diff options
author | Florrie <towerofnix@gmail.com> | 2017-08-04 11:36:20 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-08-04 11:36:20 -0300 |
commit | 2a81d2d3a39a84937af18cb6b3577eac2f33a8f3 (patch) | |
tree | 89625bf0642dfb8efc71229be94fae201c698f50 /man | |
parent | aeaf361887e0bb39d1f8228427a480965589647b (diff) |
Update missed stuff in crawl-http.1
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music-crawl-http.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/http-music-crawl-http.1 b/man/http-music-crawl-http.1 index 62bbc24..9202c65 100644 --- a/man/http-music-crawl-http.1 +++ b/man/http-music-crawl-http.1 @@ -54,10 +54,10 @@ http://example.com/ ]}, {name: 'Bad News', [ {name: 'Bad News - Single', items: [ - ['Bad News', 'http://example.com/Bad%20News/Bad%20News%20-%20Single/Bad%20News.mp3'] + {name: 'Bad News', downloaderArg: 'http://example.com/Bad%20News/Bad%20News%20-%20Single/Bad%20News.mp3'} ]}, {name: 'Irony', items: [ - ['Rahhhh!!', 'http://example.com/Bad%20News/Irony/Rahhhh!!.mp3'] + {name: 'Rahhhh!!', downloaderArg: 'http://example.com/Bad%20News/Irony/Rahhhh!!.mp3'} ]} ]} ]} |