node-ytsr
node-ytsr copied to clipboard
rename duration to align with ytdl-core
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