pobrn / mktorrent

A simple command line utility to create BitTorrent metainfo files
Other
472 stars 73 forks source link

feature: option to disable "created by" metadata #62

Open ilf opened 2 years ago

ilf commented 2 years ago

Currently, each output .torrent includes metadata "created by mktorrent $version":

/* I made this! */
fprintf(f, "10:created by13:mktorrent " VERSION);

See https://github.com/pobrn/mktorrent/blob/master/output.c#L165

I would love an option to disable emitting this metadata, similar to --no-date.

Thanks!