csdn-spider icon indicating copy to clipboard operation
csdn-spider copied to clipboard

爬取CSDN上的博客文章

Results 1 csdn-spider issues
Sort by recently updated
recently updated
newest added

请问实际上应该怎么使用呢?比如一篇CSDN博客的网址是https://blog.csdn.net/weixin_43584807/article/details/105539675?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default-1-105539675-blog-125867068.235^v43^control&spm=1001.2101.3001.4242.2&utm_relevant_index=4。然后按照说明我是不是应该在GUI页面的BlogName里填上weixin_43584807?我看了里面的代码,blog_urls = re.compile('/' + self.blog_name + '/article/details/' + '\d*')这里应该要填的就是这部分内容吧?但实际上不行,请问这是为什么?