IshtarTang / lofterSpider

lofter的爬虫,爬所有点过的喜欢/推荐/tag、爬取个人主页。
148 stars 17 forks source link

l9_author_txt 好像用不了了 #8

Closed scybbq closed 4 months ago

scybbq commented 4 months ago

链接 https://weitayiji.lofter.com/ 报错 Traceback (most recent call last): File "E:\py\lofterSpider-master\l9_author_txt.py", line 472, in run(author_url, get_comm, additional_break, start_time, end_time, chapter_merge_title, additional_chapter_index) File "E:\py\lofterSpider-master\l9_author_txt.py", line 273, in run author_id = author_page_parse.xpath("//body/iframe[@id='control_frame']/@src")[0].split("blogId=")[1] IndexError: list index out of range

IshtarTang commented 4 months ago

之前访问博客主页不用登录,我的代码就没做登录步骤,最近改版成要登录的了,我修一下去

IshtarTang commented 4 months ago

修好了