Traceback (most recent call last):
File "D:\PythonFiles\lofterSpider-master\l10_blogs_txt.py", line 111, in
archives_info = save_files(blog_urls)
File "D:\PythonFiles\lofterSpider-master\l10_blogs_txt.py", line 77, in save_files
time_and_title = get_time_and_title(blog_url, author_page_parse)
File "D:\PythonFiles\lofterSpider-master\l10_blogs_txt.py", line 24, in get_time_and_title
author_id = author_page_parse.xpath("//body/iframe[@id='control_frame']/@src")[0].split("blogId=")[1]
IndexError: list index out of range
Traceback (most recent call last): File "D:\PythonFiles\lofterSpider-master\l10_blogs_txt.py", line 111, in
archives_info = save_files(blog_urls)
File "D:\PythonFiles\lofterSpider-master\l10_blogs_txt.py", line 77, in save_files
time_and_title = get_time_and_title(blog_url, author_page_parse)
File "D:\PythonFiles\lofterSpider-master\l10_blogs_txt.py", line 24, in get_time_and_title
author_id = author_page_parse.xpath("//body/iframe[@id='control_frame']/@src")[0].split("blogId=")[1]
IndexError: list index out of range