@@ -145,7 +145,8 @@ class WeixinVideoCrawlerConst:
TITLE_DEFAULT_STATUS = 0
TITLE_EXIT_STATUS = 1
TITLE_FESTIVAL_STATUS = 2
- TITLE_SHORT_STATUS = 3
+ TITLE_DUPLICATE_STATUS = 3
+ TITLE_SHORT_STATUS = 4
# 标题最短长度
TITLE_MIN_LENGTH = 15
@@ -8,7 +8,6 @@ import traceback
import requests
from pymysql.cursors import DictCursor
-from torch.fft import ifftshift
from tqdm import tqdm
from applications.api import GoogleAIAPI