Results 738 comments of meeb

I've been pondering some sort of soft metadata retry method where if a download fails enough to be marked as permanently failed on the first permanent failure it'll clear then...

Hi, thanks for the issue. The metadata must be downloaded first, media items cannot be downloaded without the metadata. The metadata contains the video and audio streams that are available,...

Honestly @gravelfreeman that sounds like something else is wrong. What's in your tasks tab? Once the initial metadata has been downloaded only the metadata and thumbnails of new media are...

If you're running an outdated version of tubesync that's almost certainly contributing to the issue. We have to track upstream releases of yt-dlp which does the actual downloading very closely...

There should be another error in the logs above "expected outfile does not exist". That error basically just means "yt-dlp was called, and when it finished the expected video file...

Sure I'm not opposed to the idea. Do people really type check third party libraries during CI builds? For Python especially that would seem like a nightmare.

Fair enough that sounds sane.

Yeah this is because in your example the address is just stuffed into a `label` string which is pretty much impossible to reliably parse rather than have them split out...

No, but that would go against what the parsed output was meant to do in the first place and what `raw=True` is for. If you need the raw data use...

Yeah it would be nice the data was all parsed and segregated correctly with the correct labels. My irritation with the weird formats used by different RDAP endpoints is why...