This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
import qbittorrentapi | |
import json | |
import requests | |
import time | |
import sys | |
# 运行过程中遇到部分种子更新失败是正常现象, 请多次运行至所有种子均已更新完成 |