Skip to content

Commit

Permalink
Merge pull request #47 from 31December99/0.x.x
Browse files Browse the repository at this point in the history
(Fix) return from the ftpx- crew regex
  • Loading branch information
31December99 authored Sep 28, 2024
2 parents 31e7668 + 8eb944f commit 2c2ddd7
Show file tree
Hide file tree
Showing 5 changed files with 1,333 additions and 11 deletions.
10 changes: 5 additions & 5 deletions common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@

def create_default_env_file(path):
default_content = """
################################################## CONFIG ###################################################
# TRACKER
ITT_URL=https://itatorrents.xyz
ITT_APIKEY=
# TMDB;IMGBB;FREE_IMAGE
TMDB_APIKEY=
IMGBB_KEY=
FREE_IMAGE_KEY=
# QBITTORRENT CLIENT
QBIT_USER=
QBIT_PASS=
QBIT_URL=http://localhost
Expand Down Expand Up @@ -48,14 +51,11 @@ def create_default_env_file(path):
# Discard videos whose size deviates by more than the specified percentage (size_th) from the video in tracker
SIZE_TH=100
##############################################################################################################
##############################################################################################################
################ OPTIONAL #############
#########################################
# PW
PW_API_KEY=
PW_URL=http://localhost:9696/api/v1
Expand Down
1 change: 1 addition & 0 deletions common/external_services/ftpx/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def input_manager(self, action: str):
return self.page_up()
elif action.upper() == "D":
self.download()
return 0
elif action.upper() == "S":
self.search()
elif action.upper() == "Q":
Expand Down
Loading

0 comments on commit 2c2ddd7

Please sign in to comment.