node-ytpl icon indicating copy to clipboard operation
node-ytpl copied to clipboard

rename duration to align with ytdl-core

Open TimeForANinja opened this issue 3 years ago • 0 comments

for ytdl it's named lengthSeconds https://github.com/fent/node-ytdl-core/blob/master/typings/index.d.ts#L126 for ytsr it's named duration and durationSec https://github.com/TimeForANinja/node-ytpl/blob/master/typings/index.d.ts#L42-L43 so it would make sense to rename it to length and lengthSeconds

TimeForANinja avatar Mar 10 '22 22:03 TimeForANinja