の「nofollowを」のattrを変更する方法、(CrawlSpiderから継承)Iチャンパラメータルール「に従う」が、LinkExtractorドン」change.likeの出力リンクこの:私はクモのリンク
:今私はルールを変更[Link(url='www.example.com', text=u'', fragment='', nofollow=False)]
:
rules = [
Rule(CustomLinkExtractor(
allow=[],
deny=[]),
follow=True,
)
]
CustomLinkExtractorは私のカスタムLinkExtractor
プリントのリンクですの
rules = [
Rule(CustomLinkExtractor(
allow=[],
deny=[]),
)
]
印刷リンク:
[Link(url='www.example.com', text=u'', fragment='', nofollow=False)]
変更なし!私は、パラメータ「nofollowを」を変更する方法を知りたい、私はパラメータを考える「nofollowを」あなたを決めるかどうか、リンク
ありがとう、それは私をたくさん助けます – Zioyi
@ Zioyi問題は、それは混乱の命名の偶然です! – Granitosaurus