Quellcode durchsuchen

readme updated

pull/2/head
sharky555 vor 3 Jahren
Ursprung
Commit
c1c8f6fa4e
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +3
    -0
      README.md
  2. +1
    -1
      upload.py

+ 3
- 0
README.md Datei anzeigen

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

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


Laden…
Abbrechen
Speichern