@@ -54,23 +54,23 @@ |
||
54 | 54 | $list = new PageList([trim($argv[1])]); |
55 | 55 | |
56 | 56 | // delete Title from edited.txt |
57 | - $file = __DIR__ . '/../resources/article_externRef_edited.txt'; |
|
57 | + $file = __DIR__.'/../resources/article_externRef_edited.txt'; |
|
58 | 58 | $text = file_get_contents($file); |
59 | - $newText = str_replace(trim($argv[1]) . "\n", '', $text); |
|
59 | + $newText = str_replace(trim($argv[1])."\n", '', $text); |
|
60 | 60 | if (!empty($text) && $text !== $newText) { |
61 | 61 | @file_put_contents($file, $newText); |
62 | 62 | } |
63 | - $botConfig->setTaskName(' |
@@ -56,7 +56,7 @@ |
||
56 | 56 | if ($webarchiveDTO->getArchiver() === '[[Internet Archive]]') { |
57 | 57 | $this->log->notice(' |
@@ -32,7 +32,7 @@ |
||
32 | 32 | $this->summary->memo['sites'][] = $this->externalPage->getPrettyDomainName(); // ??? |
33 | 33 | } |
34 | 34 | if (isset($mapData['accès url'])) { |
35 | - $this->log->debug('accès |