forked from midou/invidious
Bump size of language content
This commit is contained in:
parent
909bb2be7f
commit
fb87b3347b
@ -267,7 +267,7 @@ def rank_videos(db, n, pool, filter)
|
||||
else
|
||||
description = XML.parse(video.description)
|
||||
content = [video.title, description.content].join(" ")
|
||||
content = content[0,1000]
|
||||
content = content[0,10000]
|
||||
|
||||
results = DetectLanguage.detect(content)
|
||||
language = results[0].language
|
||||
|
Loading…
Reference in New Issue
Block a user