Sofiia Antypenko
Sofiia Antypenko
Hi @enotmen 👋 Are you using `bySiteStructure` [filenameGenerator](https://github.com/website-scraper/node-website-scraper#filenamegenerator)? It intentionally keeps query string params as part of the filename. If yes - then I suggest trying default filenameGenerator `byType` or...
Hi guys I faced with similar issue and I believe it is a bug. Example 1 ``` javascript var location = new URI('http://example.com/?a=2&a=2'); location.addSearch('b', '3'); console.log(location.toString()); // Actual result: http://example.com/?a=2&b=3...
Yep, with `duplicateQueryParameters = true` everything works as expected. Thanks :)
Hi @LZY2006 👋 Thank you for reporting the issue. It looks like a bug, I'll take closer look on it
@phawxby yes, --package-lock=false may work. @marcfielding1 we expect some encoding issues to be fixed by this PR, especially when encoding is set inside html file in tag. But it would...
I'm closing this PR because similar changes were merged in #504 and will be released in the next version in the next 1-2 days
Hi @jalbstmeijer Sorry for late response `website-scraper-puppeteer` is used only for js execution on html pages, other resources (like images, styles, etc.) are downloaded by default functionality in `website-scraper` (without...
Hi @gmhenderson 👋 Sorry for late response. Could you please share a use-case example when it can be needed? I didn't face such need before and I'm not sure about...
Thanks for sharing @gmhenderson 👍 Yep, makes sense to have content inside `` parsed. I'll leave the issue open and think about proper solution. Maybe it makes sense to have...