diff --git a/src/main.c b/src/main.c index f4817f1..92ac061 100644 --- a/src/main.c +++ b/src/main.c @@ -195,7 +195,7 @@ int main(int argc, argv_t* argv[]) { printf("kkk %i\n", __LINE__); cerror = m3u8httpclient_geterror(client); printf("kkk %i\n", __LINE__); - err = clioptions_parse(&options, &argparser, &argument, client); + //err = clioptions_parse(&options, &argparser, &argument, client); printf("kkk %i\n", __LINE__); if (err != M3U8ERR_SUCCESS) { goto end;