The code below displays a playlist in the console. I wish to display the results as a list of html links or iframes.What do I need to add?``` const port = 3000 const ytlist = require('youtube-playlist'); const url = 'https://www.youtube.com/playlist?list=PL4cUxeGkcC9ixPU-QkScoRBVxtPPzVjrQ';ytlist(url, 'url').then(res => { console.log(res); }); ```
Submitted May 20, 2020 at 05:39AM by yogibjorn
No comments:
Post a Comment