mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 02:09:31 +00:00
fix reindex inconsitent video_type
This commit is contained in:
@@ -322,7 +322,7 @@ class PendingList(PendingIndex):
|
||||
|
||||
duration = vid.get("duration")
|
||||
if duration and isinstance(duration, int):
|
||||
if duration > 60:
|
||||
if duration > 3 * 60:
|
||||
return False
|
||||
|
||||
return is_shorts(vid["id"])
|
||||
|
||||
Reference in New Issue
Block a user