Duplicate ip

This commit is contained in:
Ghost 2024-06-04 23:20:55 +02:00
parent 4553cf9f45
commit febc16b6de
2 changed files with 2 additions and 4 deletions

View File

@ -18,7 +18,7 @@ from .Core.Util import manage_selection
# Config # Config
ROOT_PATH = config_manager.get('DEFAULT', 'root_path') ROOT_PATH = config_manager.get('DEFAULT', 'root_path')
from .costant import ANIME_FOLDER, SERIES_FOLDER, MOVIE_FOLDER, STATIC_IP_SERVER from .costant import ANIME_FOLDER, SERIES_FOLDER, MOVIE_FOLDER
# Variable # Variable
@ -61,7 +61,7 @@ def download_episode(index_select: int):
) )
# Start downloading # Start downloading
obj_download.start(STATIC_IP_SERVER) obj_download.start()
def donwload_series(tv_id: int, tv_name: str): def donwload_series(tv_id: int, tv_name: str):

View File

@ -3,5 +3,3 @@
ANIME_FOLDER = "animeunity" ANIME_FOLDER = "animeunity"
SERIES_FOLDER= "Serie" SERIES_FOLDER= "Serie"
MOVIE_FOLDER = "Movie" MOVIE_FOLDER = "Movie"
STATIC_IP_SERVER = ['57.129.7.85', '57.129.7.188', '57.129.7.174', '57.129.4.77', '57.129.16.196', '57.129.16.156', '57.129.16.139', '57.129.16.135', '57.129.13.175', '57.129.13.157', '51.38.112.237', '51.195.107.7', '51.195.107.230', '162.19.255.78', '162.19.255.36', '162.19.255.224', '162.19.255.223', '162.19.254.244', '162.19.254.232', '162.19.254.230', '162.19.253.242', '162.19.249.48', '162.19.245.142', '162.19.231.20', '162.19.229.177', '162.19.228.128', '162.19.228.127', '162.19.228.105', '141.95.1.32', '141.95.1.196', '141.95.1.102', '141.95.0.50', '141.95.0.248', '135.125.237.84', '135.125.233.236']