tleylan

Results 7 comments of tleylan

Perhaps this can be solved by including some sort of GetTime() override? I assume the default behavior just checks the system time which Blazor (due to Mono is my understanding)...

Hi @nblumhardt I appreciate your reply. Blazor sends UTC but doesn't include an offset. So the time here 2019-11-16 16:34:58.325 +00:00 [INF] is correct we just don't know the timezone...

@nblumhardt There really is a sink for everything :-) Thank you I will definitely check it out. @nblumhardt Well I checked it out and I have problems. I think I'll...

I used to use the reference the Url property up until (about) a month or two ago when it started to return no data. Now I use WebpageUrl and that...

Ah, you're right of course. I got faked out (it seems) by only inspecting the url returned from YoutubeDLSharp. Thanks.

I noticed the url failure perhaps 2 months ago or so when YT videos stopped playing. I inspected the return value from my API and noticed that url was empty....

I don't have the definitive answer though I've been experimenting with this a lot lately. As far as I can tell you need to set the OutputFolder (as you have)...