Skip to content

Commit

Permalink
Update config_sample.env
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 29, 2022
1 parent f40850c commit 44cb64f
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions config_sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USE_SERVICE_ACCOUNTS = ""
INDEX_URL = ""
STATUS_LIMIT = "2" #recommended value 2
STOP_DUPLICATE = ""
CMD_INDEX = ""
CMD_PREFIX = ""
UPTOBOX_TOKEN = ""
TORRENT_TIMEOUT = ""
EXTENSION_FILTER = ""
Expand Down Expand Up @@ -154,36 +154,6 @@ CAPTION_FONT = "" # Default Caption of Leeched files, Available Options : b,
#UPDATE PACKAGE
UPDATE_PACKAGES = "" #Default False

#TEMPLATE
DEF_ANI_TEMP = '''<b>{ro_title}</b>({na_title})
<b>Format</b>: <code>{format}</code>
<b>Status</b>: <code>{status}</code>
<b>Start Date</b>: <code>{startdate}</code>
<b>End Date</b>: <code>{enddate}</code>
<b>Season</b>: <code>{season}</code>
<b>Country</b>: {country}
<b>Episodes</b>: <code>{episodes}</code>
<b>Duration</b>: <code>{duration}</code>
<b>Average Score</b>: <code>{avgscore}</code>
<b>Genres</b>: {genres}
<b>Hashtag</b>: {hashtag}
<b>Studios</b>: {studios}

<b>Description</b>: <i>{description}</i>'''

DEF_IMDB_TEMP = '''<b>Title: </b> {title} [{year}]
<b>Also Known As:</b> {aka}
<b>Rating ⭐️:</b> <i>{rating}</i>
<b>Release Info: </b> <a href="{url_releaseinfo}">{release_date}</a>
<b>Genre: </b>{genres}
<b>IMDb URL:</b> {url}
<b>Language: </b>{languages}
<b>Country of Origin : </b> {countries}

<b>Story Line: </b><code>{plot}</code>

<a href="{url_cast}">Read More ...</a>'''

# Buttons
DISABLE_DRIVE_LINK = ""
VIEW_LINK = ""
Expand Down

0 comments on commit 44cb64f

Please sign in to comment.