Kavin
Kavin
> Also Cronet sends a user-agent ID containing the application package and its version. This is not not configurable at all from Cronet APIs, and may be configurable by writing...
> Looks almost good to me. @FireMasterK could you take a look, too? Also, do we need tests for the link handler? Honestly, I don't know how this part of...
I also include fastutil (which is not a problem for Piped since I use all over in its code), but is an additional dependency, maybe we don't want to include...
> I don't understand why the mocks are missing. That's an indicator for changes in the requests, most likely those which have a JSON body. We need to update the...
> Wouldn't this make mocks useless? No, because now they're in the order that we add them in the builder I believe > The only change which could make a...
> I would also be in favor of updating our fork instead. I also think using lazy parsing of e.g. numbers would be great. > > > That PR contains...
We've got [`getUploadDate`](https://github.com/TeamNewPipe/NewPipeExtractor/blob/9ffdd0948b2ecd82655f5ff2a3e127b2b7695d5b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsInfoItemExtractor.java#L82) for the date/timeago, we just need a way to indicate whether comments have been edited.
I'm pretty sure it's because of https://github.com/TeamPiped/piped-proxy/issues/8, will prioritize a fix for it. Your instance might still be using the old Golang proxy. (The new one linked above is the...
It looks like you have pre-built binaries for mpv at https://github.com/yattee/yattee/tree/main/Vendor/mpv/macOS/lib
Couldn't the message size limitation be addressed in #104 when implementing DTLS? We wouldn't have any message/packet size issues when using QUIC or DTLS from what I see :thinking: