diff options
author | Florrie <towerofnix@gmail.com> | 2018-07-05 14:02:08 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-07-05 14:02:08 -0300 |
commit | 8c31a54eb8a1b5c05671f3239b837bb966982a97 (patch) | |
tree | 05e4974203a769b08d5e7b6ca25d6f92e6cffe99 | |
parent | 48fce96444f720263409ec548d66dfbae53dcc6b (diff) |
'A YouTube playlist'
-rw-r--r-- | crawlers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crawlers.js b/crawlers.js index daf8221..feeedf2 100644 --- a/crawlers.js +++ b/crawlers.js @@ -339,6 +339,7 @@ async function crawlYouTube(url) { } return { + name: 'A YouTube playlist', items: items.map(item => { return { name: item.title, |