Justin Keogh

Results 22 comments of Justin Keogh

https://github.com/jakeogh/vcardtool will split a multiple record vcf into individual files. It vcardtool encounters VERSION:2.1 records (which cause the warning messages in #279) it suggests preprocessing the input file with https://github.com/jowave/vcard2to3....

Np, thanks for the review. Orig patch author @minamotorin also made a comment about the confusingly named ```likeCountNotliked```: https://github.com/yt-dlp/yt-dlp/issues/9358#issuecomment-2073888559 afaict it's the same info (for now haha) except one does...

A Ha! Thanks for sorting that out. I fixed both issues.

@shoxie007 Thanks for the ping, I have been without time this week, but I'll be able to dig back into this tonight. I have tested this on ~1k videos (some...

@shoxie007 I really appreciate the detailed reproducer and explanation. I've added the fix from @minamotorin, however, before that, I ran the suggested tests and was unable to reproduce the issue....

@minamotorin @shoxie007 Ok! Both patches applied, it works for me, please test.

@bbilly1 Thanks, I pushed the change, testing now, do you have a ID that I can reproduce with?

This might be ready to go. like_count > 1000 works here.

Using git-latest, I'm hitting this as well, and have been for at least a year, I believe longer. Exit code 141, seemingly always during a download. In this case, a...

I managed to capture it with strace, it's in the process of writing new data to the output file, and the peer resets the TCP connection: ``` $ tail -n...