Selaa lähdekoodia

readme updated

pull/2/head
sharky555 3 vuotta sitten
vanhempi
commit
c1c8f6fa4e
2 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +3
    -0
      README.md
  2. +1
    -1
      upload.py

+ 3
- 0
README.md Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna