TimeForANinja

Results 66 comments of TimeForANinja

`ytdl.downloadFromInfo(info, streamOptions);` should not "throw" an error but emit an error event so try listening for that event instead of the try / catch

> Will this be updated soon? we're currently missing out on the needed dev. time

same, but #1010 is not fixing it for me 🤔

> Nothing, I'm still getting this problem, sad you can try the #1080 and tell me if that fixed it for you 🧐

most phone apps only go by the fine appendix (e.g. `.mp4`) to choose the decoder so make sure you didn't e.g. name a `matroska` file `xxx.mp4` you can use ffprobe...

ytdl.getInfo options does not extend miniget's options but close & nice spotting sth like `ytdl('', { requestOptions: { timeout: 420 } });` should work

Don't mind me - just linking this to #770 😉

changes are always welcome 😉 i guess you can see that the linter is not happy and it would be cool to remove the intellij files from the commit

🤔 just deleting the .github repository is not what i meant besides that it would be cool to have the whole parsing inside a utility method and not increase the...