浏览代码

readme updated

pull/2/head
sharky555 3 年前
父节点
当前提交
c1c8f6fa4e
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. +3
    -0
      README.md
  2. +1
    -1
      upload.py

+ 3
- 0
README.md 查看文件

@@ -33,6 +33,9 @@ Command | Description
-s [SUB], --sub [SUB] | Set the subtitle type.
-l [LANGUAGE], --language [LANGUAGE] | Set the language
-y [YEAR], --year [YEAR] | Set the torrent year (YYYYMMDD or YYYY).
-eti [EDITIONTITLE], --editiontitle [EDITIONTITLE] | Set the edition title.
-ey [EDITIONYEAR], --year [EDITIONYEAR] | Set the edition year (YYYYMMDD or YYYY).
-ss [SCREENSHOTURLS], --screenshots [SCREENSHOTURLS] | Set the screenshot URLs. Split multiple with ","
-f, --freeleech | Enables freeleech.

## Config.json


+ 1
- 1
upload.py 查看文件

@@ -219,7 +219,7 @@ def gatherdata():
if screenshots:
input_screenshots = screenshots
else:
input_screenshots = input("\n" + "_" * 100 + "\nEnter the screenshot links. Separate multiple with \",\". Minimum 2 tags required.\n")
input_screenshots = input("\n" + "_" * 100 + "\nEnter the screenshot links. Separate multiple with \",\".\n")
if input_screenshots != "":
input_screenshots = input_screenshots.replace(",","\n")
releasedata["screenshots"] = input_screenshots


正在加载...
取消
保存