def generateVanishedVPN():
files = getProfileList("VanishedVPN")
destination_path = getProviderPath("VanishedVPN" + "/")
for file in files:
xbmcvfs.copy(file, destination_path + os.path.basename(file))
generateMetaData("VanishedVPN", MINIMUM_LEVEL)
评论列表
文章目录