fork download
  1. if line.find(ID) != -1:#IDあった
  2. file.write(thread_title+str('/b'))
  3. file.write(dat+str('\n'))#スレタイとURLを書く
  4.  
  5. if line.find(thread_title) != -1:#lineの中にあるスレの>>1であるということ
  6. file.write(line)
  7. print(line)
  8. file.write(str('\n'))
  9.  
Runtime error #stdin #stdout #stderr 0.01s 27712KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
  File "./prog.py", line 1
    if line.find(ID) != -1:#IDあった
    ^
IndentationError: unexpected indent