Fixing saljic bugs #92

Merged
RabbIT09-n merged 5 commits from fixing-saljic-bugs into master 2020-02-09 19:11:02 +01:00
Showing only changes of commit be378883c8 - Show all commits

View File

@@ -268,6 +268,7 @@ class SaljicCrawler {
const descriptions = $(propertySelectors.descriptions)
.text()
.replace(/\"/g, "")
.trim();
const latAndLongSrc = $(propertySelectors.latAndLong).attr("src");