« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/crawlers.js
diff options
context:
space:
mode:
Diffstat (limited to 'crawlers.js')
-rw-r--r--crawlers.js1
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,