TheTechRobo

Results 277 comments of TheTechRobo

For me, using this with --list-subs says the VOD has no subtitles. They aren't downloaded without it, hence me adding the option. Video I tested it on: https://www.twitch.tv/videos/1216849391 My params:...

> Youtube has defined a separate downloader for live_chat. It more sites are going to implement this feature, is not practical to do that or each. We need to come...

> @tartley, I have a Windows OS. What "branch" exactly to test? I visited #236 but it's a confusion (for me). Can you just write the changes that must be...

It will open the file read/write, not replace it. https://github.com/chylex/Discord-History-Tracker/issues/141#issuecomment-908802035

I'd like to pick this up (but no promises). Where is the tracking script for the app stored?

By analysing the network traffic, I found that it's in the "Components" JSON key!! ![image](https://user-images.githubusercontent.com/52163910/144341144-099220ba-850b-4375-8a98-222349cb1fb0.png) Now I just need to figure out how DHT's code works. I doubt that the...

Do I just have to add `id: msg.components,` to this or is there more? https://github.com/chylex/Discord-History-Tracker/blob/master/app/Resources/Tracker/scripts/state.js#L223

For starters I won't add it to the viewer. It's not important, IMO. The following is a note for myself. - table can be added in https://github.com/chylex/Discord-History-Tracker/blob/master/app/Server/Database/Sqlite/Schema.cs pretty easily. only...

Yep, figured that otu later

I'm no longer using this scraping tool for Discord, so I _probably_ won't be doing this (especially since I have zero experience with .NET). If anyone wants to pick this...