1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-01 09:05:57 +00:00
bazarr/libs
Michiel van Baak 9d73ccacf3 Use sha1 digest as cache key
Subliminal uses dogpile.cache to save state of subtitle availability.
Some methods that dogpile.cache caches can have big argument lists,
resulting in a default cache key that is longer than 255 characters.
The dogpile.cache backend used, saves cache items to the filesystem,
using the cache key as filename. This can result in errors about
Filename too long.
SHA1 generates a 160bit hash of the key, and we use the hexadecimal
digest of that hash, resulting in key names of 80 characters.
2021-03-14 16:56:50 +01:00
..
_markerlib
apprise Updated Apprise to 0.8.8 2020-09-14 08:24:45 -04:00
apscheduler
asio
auditok Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
babelfish
backports Removing ConfigParser2 as we don't use it anymore. 2019-11-27 14:58:43 -05:00
beaker
bs4 WIP 2020-01-29 20:07:26 -05:00
certifi
charamel Replaced chardet by charamel to improve character encoding detection. 2020-09-23 10:35:16 -04:00
chardet
click Add Cors lib and fix wizard 2019-12-10 21:39:17 +01:00
cloudscraper Rolling back cloudscraper to previous version. 2020-08-02 22:36:38 -04:00
dateutil
deep_translator Fix for Dutch translation. 2021-02-03 18:04:54 -05:00
dns
dogpile
engineio WIP 2020-01-29 20:07:26 -05:00
enzyme
fcache Patched fcache to support real move with shutil instead of os.rename. This way can move from one drive to another. 2019-11-28 06:52:06 -05:00
ffmpeg Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
ffsubsync Update ffsubsync 2020-09-06 08:28:38 -04:00
flask Add Flask to lib folder 2019-11-28 12:40:45 +01:00
flask_cors Add Cors lib and fix wizard 2019-12-10 21:39:17 +01:00
flask_debugtoolbar More work 2019-12-16 14:58:10 +01:00
flask_restful More work 2019-12-16 14:58:10 +01:00
flask_socketio WIP 2020-01-29 20:07:26 -05:00
ftfy
funcsigs
future Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
git
gitdb
guess_language replace langdetect with guess_language-spirit. resolves #799 2020-02-04 01:09:05 +01:00
guessit Upgraded GuessIt to 3.0.1 2020-05-20 11:29:39 -04:00
html5lib
idna
itsdangerous Add Missing libs 2019-12-02 22:46:54 +01:00
jinja2 Add Missing libs 2019-12-02 22:46:54 +01:00
js2py Partial fix for #1230: js2py issue under Python 3.8+ 2021-01-17 20:52:56 -05:00
json_tricks
knowit Possible fix for #860 2020-03-18 15:33:54 -04:00
libfilebot
libfuturize Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
markdown
markupsafe More work 2019-12-10 21:09:51 +01:00
oauthlib
past Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
pkg_resources
pretty
py7zr add py7zr library version 0.7.0 2020-05-26 19:52:22 +03:00
pycountry
pyga Fix for analytics under Python 3.x. 2019-12-02 23:54:31 -05:00
pyjsparser
pysrt
pysubs2 fix #731 2020-03-08 05:53:27 +01:00
python_anticaptcha
pytz Update pytz and tzlocal to resolve issue with Brazil DST with timezone 2019-10-24 02:36:49 -03:00
rebulk Upgraded GuessIt to 3.0.1 2020-05-20 11:29:39 -04:00
requests
requests_oauthlib
requests_toolbelt
retry
simpleconfigparser Fix for #711. 2019-12-23 14:03:31 -05:00
smmap
socketio WIP 2020-01-29 20:07:26 -05:00
soupsieve
stevedore
subliminal Use sha1 digest as cache key 2021-03-14 16:56:50 +01:00
subliminal_patch Fixed both Opensubtitles providers when searching for Superman & Lois (amp character issue) 2021-03-11 10:23:00 -05:00
subscene_api Fix for #1062 2020-10-05 21:41:13 -04:00
subzero Fix for #1281 2021-02-19 15:21:47 -05:00
tld added tld library, fix add space after dot in domain names 2020-07-31 12:39:25 +03:00
tqdm Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
tzlocal Updated tzlocal module and removed check for improperly configured time zone. 2020-04-18 20:42:27 -04:00
urllib3
waitress WIP 2020-04-15 00:02:44 -04:00
wcwidth
webencodings
websocket
werkzeug Revert "Fix missing Datatables source, and update Datatables plugins" 2021-02-14 10:30:30 +01:00
xdg
yaml WIP 2020-01-29 20:07:26 -05:00
__init__.py code cleanup: bazarr 2020-01-31 23:47:18 +01:00
appdirs.py
arghelper.py
argparse.py
contextlib2.py
deathbycaptcha.py Fix for #739 and #798 2020-02-07 15:41:23 -05:00
decorator.py
dumprar.py
inflect.py
ipaddress.py WIP 2019-11-08 09:57:37 -05:00
jstyleson.py
pkg_resources.py
pyads.py
pyemitter.py
rarfile.py
semver.py Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
six.py
socks.py
sockshandler.py
sqlite3worker.py Fix for #1202 2020-12-03 11:13:42 -05:00
srt.py Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
version.txt Documented the semver version bundled 2021-03-05 15:14:39 -05:00
whichcraft.py