From 3abcdabce935052188a8f7e2478c917e5ed956c2 Mon Sep 17 00:00:00 2001 From: Ashik K Date: Sat, 11 Mar 2023 15:18:01 +0100 Subject: [PATCH] make the parser 2 pass system - first run parser with --download - then run the exif script - finally run parser without any flags --- parser.cc | 137 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 67 deletions(-) diff --git a/parser.cc b/parser.cc index a6ce624..e441b23 100644 --- a/parser.cc +++ b/parser.cc @@ -137,6 +137,7 @@ int main(int argc, char **argv) if (subjv.IsArray()) { for (auto i = 0; i