Comparing version 2.2.2 to 2.2.3
@@ -28,2 +28,5 @@ const UTIL = require('./utils.js'); | ||
// Youtube might just load the main page and set statuscode 204 | ||
if (!parsed.json.sidebar) throw new Error('Unknown Playlist'); | ||
const info = parsed.json.sidebar | ||
@@ -30,0 +33,0 @@ .playlistSidebarRenderer.items |
{ | ||
"name": "ytpl", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Simple package to resolve YouTube playlists - no strings attached.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
27483
557