Libgourou

Libgourou Commit Details

Date:2023-01-08 20:58:41 (8 months 14 days ago)
Author:Grégory Soutadé
Branch:master
Commit:891ed05926cbd7c384909a1c3717ffe68b657820
Parents: fc839e671aba819d217bd957575237dbf6a45b2c
Message:We can now specify directly file path for acsmdownloader and adept_remove (-f stille keeped for compatibility)

Changes:
Mutils/acsmdownloader.cpp (1 diff)
Mutils/adept_remove.cpp (1 diff)

File differences

utils/acsmdownloader.cpp
290290
291291
292292
293
294
295
293296
294297
295298
gourou::DRMProcessor::setLogLevel(verbose);
if (optind == argc-1)
acsmFile = argv[optind];
if ((!acsmFile && !exportPrivateKey) || (outputDir && !outputDir[0]) ||
(outputFile && !outputFile[0]))
{
utils/adept_remove.cpp
243243
244244
245245
246
247
248
246249
247250
248251
gourou::DRMProcessor::setLogLevel(verbose);
if (optind == argc-1)
inputFile = argv[optind];
if (!inputFile || (outputDir && !outputDir[0]) ||
(outputFile && !outputFile[0]))
{

Archive Download the corresponding diff file