animetosho / Nyuu

Flexible usenet binary posting tool
215 stars 30 forks source link

`--subject ${rand(N)}` doesn't work on git builds anymore #108

Closed Ravencentric closed 12 months ago

Ravencentric commented 12 months ago

Stable Release: http://al.howardknight.net/?STYPE=msgid&MSGI=%3CXtViNkHhEaUlMlMcWuNxWxTs-1690829006362@nyuu%3E

nyuu -C nyuu.json --from '${rand(13)}@${rand(5)}.${rand(3)}' --log-time --skip-errors all --subdirs keep --subject '${rand(20)}' --nzb-subject "[{0filenum}/{files}] - "{filename}" yEnc ({part}/{parts}) {filesize}" -g alt.binaries.boneless -o "helck.nzb" "helck"

Latest git build: http://al.howardknight.net/?STYPE=msgid&MSGI=%3CEwKvLqQhVjQzOmCsTzYwQmAl-1690827836747@nyuu%3E

nyuu -C nyuu.json --from ${rand(13)}@${rand(5)}.${rand(3)} --log-time --skip-errors all --subdirs keep --subject ${rand(20)} --yenc-name ${rand(20)} --nzb-subject "[{0filenum}/{files}] - "{filename}" yEnc ({part}/{parts}) {filesize}" -g alt.binaries.boneless -o "helck.nzb" "helck"
animetosho commented 12 months ago

Thanks for reporting!