TimeForANinja

Results 13 issues of TimeForANinja

as mentioned [here](https://github.com/fent/node-ytdl-core/pull/1055#issuecomment-1028014128) it would be a good idea to switch to a more robust aproach for finding the n-parameter string

maintenance
stale

Replace the VM-Dependency added in #1022 by switching to a Script like descriped in https://github.com/fent/node-ytdl-core/pull/1022#issuecomment-957354275

feature
dependencies

After merging https://github.com/fent/node-ytdl-core/pull/938 and https://github.com/fent/node-ytdl-core/pull/946 there are various problems with (mostly) [info-extras.js](https://github.com/fent/node-ytdl-core/blob/master/lib/info-extras.js) This is ment as a central tracker for unchecked / broken video details Known Broken: * lengthSeconds *...

bug
maintenance

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`

enhancement

Add a function that returns wether the given link represents a accessible, a private or a not existing playlist

enhancement

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...

enhancement

a) check if ```js ytsr('https://www.youtube.com/results?search_query=test'); ``` searches for `test` or `https://www.youtube.com/results?search_query=test` b) think about searching for `dQw4w9WgXcQ` when providing a full video like `https://www.youtube.com/watch?v=dQw4w9WgXcQ`

enhancement

backgroundPromoRenderer & isLive use strings differing from language to language Original Issue #120

bug