node-ytsr icon indicating copy to clipboard operation
node-ytsr 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 https://github.com/TimeForANinja/node-ytsr/blob/master/typings/index.d.ts#L94 so it would make sense to rename it to length and also add a lengthSeconds

if doing this don't forget GridMovie#duration => https://github.com/TimeForANinja/node-ytsr/blob/master/typings/index.d.ts#L142 Movie#duration => https://github.com/TimeForANinja/node-ytsr/blob/master/typings/index.d.ts#L163

TimeForANinja avatar Mar 10 '22 22:03 TimeForANinja