Closed malloxpb closed 6 years ago
The reason why scrapy/scrapy#3332 failed is that the function urljoin uses GURL container, which canonicalize the joined urls by default. Therefore, we will need to come up with a way to fix this!
urljoin
Resolved in #52
The reason why scrapy/scrapy#3332 failed is that the function
urljoin
uses GURL container, which canonicalize the joined urls by default. Therefore, we will need to come up with a way to fix this!