Added langdetect for last resort when trying to find the subtitle language. It reads the first 1000 lines of the file and guesses the locale of the text.

This commit is contained in:
2018-09-23 20:37:26 +02:00
parent 11f5c16336
commit 55f435109f
2 changed files with 12 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ tvdb_api==2.0
hashids==1.2.0
enzyme>=0.4.1
click>=6.7
langdetect>=1.0.7