bazarr/libs
th3r3v 6c22b7aedd
Fixed SuperSubtitles provider and made some improvements (#1668)
SuperSubtitles provider:
- added Referer header to the session, to avoid being redirected to the main page while searching for series ID
- improved the inconsistent naming logic. Via this solution, it is not necessary anymore to add an exclusion for every Marvel series that has a different name on this provider.
- the series-related part of the subtitle search logic has been refactored to use a different (JSON) endpoint, based on the SuperSubtitles XBMC (Kodi) plugin
- changed the format of the release_info, for better scoring results
- improved the "get_matches" logic of the provider, to check for resolution and source, plus removed some unnecessary checks too
2022-01-09 17:06:06 -05:00
..
_markerlib
apprise Updated Apprise notification module to the latest providers. 2021-12-01 21:19:18 -05:00
apscheduler Updated apscheduler to it's latest version. 2021-10-21 18:36:45 -04:00
asio
auditok Downgrade auditok to version 0.1.5 2021-05-01 08:07:20 -04:00
babelfish Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
backports Removing ConfigParser2 as we don't use it anymore. 2019-11-27 14:58:43 -05:00
beaker
bidict Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
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 Cloudflare improvements (#1448) 2021-06-23 15:54:28 -04:00
colorama Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
commonmark Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
dateutil
deep_translator Updated deep-translator module and made some fix to support translation to Chinese. There's still a bug in this module that prevent it but one it's fixed, it should be fine. 2021-11-29 14:28:30 -05:00
dns
dogpile
engineio Upgraded engine.io module to improve socket.io connection stability. Should help to prevent #1613. 2021-11-29 23:07:14 -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
fese no log: update fese version 2021-12-28 15:46:09 -04:00
ffmpeg Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
ffsubsync Update ffsubsync and srt module 2021-04-13 00:02:29 -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_restful Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
flask_socketio Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
ftfy
funcsigs
future Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05: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 latest version and include new dependencies. 2022-01-05 20:12:46 -05:00
html5lib Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
idna
importlib_resources Upgraded guessit to latest version and include new dependencies. 2022-01-05 20:12:46 -05:00
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 Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
markdown
markupsafe More work 2019-12-10 21:09:51 +01:00
msgpack Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -04:00
oauthlib
past Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
playhouse Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
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
pygments Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
pyjsparser
pysrt
pysubs2 Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
python_anticaptcha
pytz Updated pytz to fix #1350 2021-03-28 09:53:07 -04:00
rebulk Updated guessit and rebulk to latest version 2021-03-22 10:26:26 -04:00
requests Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -04:00
requests_oauthlib
requests_toolbelt
retry
rich Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
signalr Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 2021-10-20 20:46:22 -04:00
signalrcore Updated signalrcore module following PR #61 merging. 2021-06-07 16:19:01 -04:00
simpleconfigparser Fix for #711. 2019-12-23 14:03:31 -05:00
smmap
socketio Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
soupsieve
srt_tools Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
stevedore
subliminal Added cookies option for addic7ed to avoid anti-captcha provider requirement 2022-01-06 07:56:24 -05:00
subliminal_patch Fixed SuperSubtitles provider and made some improvements (#1668) 2022-01-09 17:06:06 -05:00
subscene_api Fix for #1062 2020-10-05 21:41:13 -04:00
subzero Added custom language class to make it easier to implement non-standard/regional languages 2021-06-06 09:57:29 -04:00
tld added tld library, fix add space after dot in domain names 2020-07-31 12:39:25 +03:00
tqdm Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
twine Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -04:00
tzlocal Updated tzlocal module and removed check for improperly configured time zone. 2020-04-18 20:42:27 -04:00
urllib3
waitress Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 2021-10-20 20:46:22 -04:00
wcwidth
webencodings
websocket Updated SignalRCore to support websocket-client 1.0.0. 2021-05-18 14:33:37 -04:00
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
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
jstyleson.py
peewee.py Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
pyads.py
pyemitter.py
pyparsing.py Cloudflare improvements (#1448) 2021-06-23 15:54:28 -04:00
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 Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now. 2021-12-01 15:47:00 -05:00
sockshandler.py
srt.py Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
sseclient.py Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -04:00
typing_extensions.py Update ffsubsync and srt module 2021-04-13 00:02:29 -04:00
version.txt Upgraded guessit to latest version and include new dependencies. 2022-01-05 20:12:46 -05:00
whichcraft.py
zipp.py Upgraded guessit to latest version and include new dependencies. 2022-01-05 20:12:46 -05:00