def files_link_extractor(self): return LinkExtractor( allow=self.allowed, tags=['a'], attrs=['href'], deny_extensions=[], # allow all extensions canonicalize=False, )