* added docker image support
* added environment variable support
* added docker instructions
* added .env hint
* use new yadu log handler
* update modules
* bump version
This commit is contained in:
T.v.Dein
2024-01-19 14:36:27 +01:00
committed by GitHub
parent 39b064cc20
commit 96fb142423
5 changed files with 43 additions and 16 deletions

View File

@@ -145,7 +145,13 @@ var tests = []Tests{
{
name: "debug",
args: base + " -d",
expect: "program_info",
expect: "error: invalid or no user id or no ad link specified",
exitcode: 1,
},
{
name: "debug-check-programinfo",
args: base + " -d",
expect: "pid:",
exitcode: 1,
},
{
@@ -169,7 +175,7 @@ var tests = []Tests{
{
name: "download-single-ad-debug",
args: base + " -o t/out https://www.kleinanzeigen.de/s-anzeige/first-ad/1 -d",
expect: "extracted ad listing program_info.pid=",
expect: "DEBUG: extracted ad listing",
exitcode: 0,
},
{