fent/node-ytdl-core
The issue has been closed
age_restricted is always true starting from v3.4.0 #752
uznomis posted onGitHub
When using const info = ytdl.getBasicInfo(url)
, I always get info.videoDetails.age_restricted
to be true
in all videos I tested regardless of whether they are age restricted or not. This happens starting from version v3.4.0.