txt_file.write(f'\n{pic}{name} TV' + ',#genre#\n')for i in range(len(lines)): line = lines[i].strip() # print(line) if line.startswith("#EXTINF:-1"): next_line = lines[i + 1].strip() if i + 1 < len(lines) else None if next_line and next_line.startswith("http...