diff --git a/extractors/tjupt.py b/extractors/tjupt.py index f15cb0e..2653bd4 100644 --- a/extractors/tjupt.py +++ b/extractors/tjupt.py @@ -5,8 +5,6 @@ import re -import requests - from extractors.base.nexusphp import NexusPHP from utils.constants import ubb_clean from utils.load.handler import rootLogger as Logger @@ -30,7 +28,7 @@ class TJUPT(NexusPHP): url_host = "https://tjupt.org" - db_column = "pttrackertju.tjupt.org" + db_column = "pttracker6.tjupt.org" def __init__(self, status, cookies, passkey, **kwargs): # Site Features: Display In the browse page (Dead torrent will be set if not checked -> "0") diff --git a/table.sql b/table.sql index 7ac6f38..5bb4036 100644 --- a/table.sql +++ b/table.sql @@ -29,7 +29,7 @@ CREATE TABLE `info_list` ( `tracker.byr.cn` int(11) NOT NULL DEFAULT '0', `npupt.com` int(11) NOT NULL DEFAULT '0', `pt.nwsuaf6.edu.cn` int(11) NOT NULL DEFAULT '0', - `pttrackertju.tjupt.org` int(11) NOT NULL DEFAULT '0', + `pttracker6.tjupt.org` int(11) NOT NULL DEFAULT '0', `hudbt.hust.edu.cn` int(11) NOT NULL DEFAULT '0', `tracker.whupt.net` int(11) NOT NULL DEFAULT '0', `ourbits.club` int(11) NOT NULL DEFAULT '0' @@ -50,7 +50,7 @@ CREATE TABLE `seed_list` ( `tracker.byr.cn` int(11) NOT NULL DEFAULT '0', `npupt.com` int(11) NOT NULL DEFAULT '0', `pt.nwsuaf6.edu.cn` int(11) NOT NULL DEFAULT '0', - `pttrackertju.tjupt.org` int(11) NOT NULL DEFAULT '0', + `pttracker6.tjupt.org` int(11) NOT NULL DEFAULT '0', `hudbt.hust.edu.cn` int(11) NOT NULL DEFAULT '0', `tracker.whupt.net` int(11) NOT NULL DEFAULT '0', `ourbits.club` int(11) NOT NULL DEFAULT '0'