mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
The commaToTab byte replacement was fragile — URLs containing commas would break. Now uses csv.Writer with Comma='\t' as the backend for csvutil.Encoder, producing correct TSV output regardless of field content.