Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #432 from crisp-dev/master
Browse files Browse the repository at this point in the history
Add a replacement in cleanURL

Closes #439
  • Loading branch information
kbychkov committed Apr 4, 2019
2 parents 7083958 + 0ab84d6 commit b184ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/crawler.js
Expand Up @@ -828,6 +828,7 @@ function cleanURL (URL, queueItem) {
.replace(/&/gi, "&")
.replace(/&/gi, "&")
.replace(/&/gi, "&")
.replace(///gi, "/")
.split("#")
.shift()
.trim();
Expand Down

0 comments on commit b184ff3

Please sign in to comment.