|
|
@ -141,12 +141,6 @@ export class StatisticsGatheringProcessor { |
|
|
|
|
|
|
|
|
const $ = cheerio.load(body); |
|
|
const $ = cheerio.load(body); |
|
|
|
|
|
|
|
|
console.log( |
|
|
|
|
|
$( |
|
|
|
|
|
'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter' |
|
|
|
|
|
).text() |
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
const value = $( |
|
|
const value = $( |
|
|
'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter' |
|
|
'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter' |
|
|
).text(); |
|
|
).text(); |
|
|
|