From febc16b6de4e70d157e337a58791ef2cf8d51807 Mon Sep 17 00:00:00 2001 From: Ghost <62809003+Ghost6446@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:20:55 +0200 Subject: [PATCH] Duplicate ip --- Src/Api/Animeunity/anime.py | 4 ++-- Src/Api/Animeunity/costant.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Src/Api/Animeunity/anime.py b/Src/Api/Animeunity/anime.py index 79a2355..26a6357 100644 --- a/Src/Api/Animeunity/anime.py +++ b/Src/Api/Animeunity/anime.py @@ -18,7 +18,7 @@ from .Core.Util import manage_selection # Config 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 @@ -61,7 +61,7 @@ def download_episode(index_select: int): ) # Start downloading - obj_download.start(STATIC_IP_SERVER) + obj_download.start() def donwload_series(tv_id: int, tv_name: str): diff --git a/Src/Api/Animeunity/costant.py b/Src/Api/Animeunity/costant.py index 28f0252..7e75bc2 100644 --- a/Src/Api/Animeunity/costant.py +++ b/Src/Api/Animeunity/costant.py @@ -3,5 +3,3 @@ ANIME_FOLDER = "animeunity" SERIES_FOLDER= "Serie" 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'] \ No newline at end of file