animetosho / Nyuu

Flexible usenet binary posting tool
215 stars 30 forks source link

Check posts/headers only for a given nzb file #96

Open dmuyuy3 opened 2 years ago

dmuyuy3 commented 2 years ago

Is it currently possible to do this? I think it could be a useful feature for checking availability across different providers. Something like "nyuu --check-headers-only -f file.nzb [-s server -u user -p pass in case of different servers]". Would it be complicated to add this?

Thanks

animetosho commented 2 years ago

Unfortunately that feature isn't currently supported in Nyuu. There's other scripts out there that can do this, which is probably worth checking.

dmuyuy3 commented 2 years ago

Thanks for the reply. Do you know of any such scripts that currently work? I found one for nzbget but it's outdated and seems like it doesn't work anymore. Thanks

animetosho commented 2 years ago

I don't use any scripts, so can't give any recommendations personally. Perhaps this thread might help.

dmuyuy3 commented 2 years ago

Thanks, one of the programs in that thread ("nzbCheck" on github) seems to work. It might be worth adding this feature to Nyuu in the future, I assumed it wouldn't take too much effort to add because the nzb check function is already there.