youtubei.js
Advanced tools
Comparing version 1.3.7-md to 1.3.7-w
@@ -58,4 +58,6 @@ 'use strict'; | ||
async function browse(session, action_type, args = {}) { | ||
if (!session.logged_in && action_type !== 'lyrics' && action_type !== 'music_playlist') | ||
throw new Error('You are not signed-in'); | ||
if (!session.logged_in && action_type != 'home_feed' | ||
&& action_type !== 'lyrics' && action_type !== 'music_playlist' | ||
&& action_type !== 'playlist') | ||
throw new Error('You are not signed-in'); | ||
@@ -62,0 +64,0 @@ const data = { context: session.context }; |
{ | ||
"name": "youtubei.js", | ||
"version": "1.3.7-md", | ||
"version": "1.3.7-w", | ||
"description": "An object-oriented library that allows you to search, get detailed info about videos, subscribe, unsubscribe, like, dislike, comment, download videos and much more!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136063
2364