所以我正在试验json abit,这是我到目前为止的代码,
import json
from utorrent.client import UTorrentClient
uTorrent = UTorrentClient("xxxx", "xxxx", "xxxx")
data = uTorrent.list()
torrents = json.loads(data)["torrents"]
for torrent in torrents:
print item[0] # hash
print item[2] # name
print item[21] # status
print item[26] # folder
典型的 json 输出可以在这里查看。但我收到“预期的字符串或缓冲区”错误。任何人有任何指针?
上面代码的要点是打印出每个哈希/名称..对于在 uTorrent 提供的列表中找到的每个 torrent