morpheus65535
24c075051d
Updated guessit and rebulk to latest version
4 years ago
morpheus65535
762cd61b21
Fixed OpenSubtitles.com token expiration
4 years ago
morpheus65535
da46904193
Fixed Zimuku provider url
4 years ago
morpheus65535
fa3b773ef2
Fixed TypeError when trying to get video information while all providers are throttled.
4 years ago
morpheus65535
0ff83bb49d
Merge remote-tracking branch 'origin/development' into development
4 years ago
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.
4 years ago
Michiel van Baak
f10bac1fad
Revert "Make subliminal always mangle cache keys to prevent long filenames"
...
This reverts commit 87fbd196a4
.
4 years ago
Michiel van Baak
87fbd196a4
Make subliminal always mangle cache keys to prevent long filenames
...
* Use dogpile.cache sha1_mangle_key to mangle cache keys
When using the subtitle hashes as cache keys, sometimes they come
out as filenames of 270 characters.
Not a lot of filesystems out there support filenames with over 250
characters.
This behaviour was reported with ext4 and zfs on both linux and FreeBSD.
The dogpile.cache utils come with a function that returns a hex digest
of the key, limiting the filename to a fixed length of 40 characters.
* Set region to subliminal.region and only then configure it, instead of assigning the result of configure to the property
* Make sure subliminal ALWAYS mangles keys with the sha1 to prevent filenames that are too long
4 years ago
morpheus65535
00a6437e23
Prevent DNS fall back to default server to flood debug log.
4 years ago
morpheus65535
da5b74516c
Fixed both Opensubtitles providers when searching for Superman & Lois (amp character issue)
4 years ago
Michiel van Baak
cb32a9ab89
Documented the semver version bundled
4 years ago
morpheus65535
d907e1cac7
Merge remote-tracking branch 'origin/development' into development
4 years ago
morpheus65535
d915308616
Fixed LegendasTV provider that was only using the main series title and not alternative titles. #1303
4 years ago
Vitiko
c43219ed15
Improved bsplayer provider
4 years ago
Vitiko
f1cd54c75c
Fixed TypeError in subliminal_patch sanitize
4 years ago
morpheus65535
1b987d3470
Fixed Supersubtitles provider #1300
4 years ago
morpheus65535
8208c4893e
Refactored the upgrade mechanism to use only Github releases
4 years ago
Bogdan Ilisei
d0f50a2e99
Improved RegieLive.ro to not get throttled when there are no results ( #1293 )
4 years ago
Vitiko
260d540750
Fix KeyError for Argenteam Provider
4 years ago
morpheus65535
8a5d253d55
Fix for #1281
4 years ago
morpheus65535
4888a2361c
Fix for #1271
4 years ago
zx900930
3173351590
update zimuku providers
4 years ago
zx900930
46e709c998
improve chinese language codes matching rules
4 years ago
Moravčík, Marian
a876f8ca00
Revert "Fix missing Datatables source, and update Datatables plugins"
...
This reverts commit bee05bd8
4 years ago
Moravčík, Marian
bee05bd8ed
Fix missing Datatables source, and update Datatables plugins
4 years ago
Xavier Xiong
1548263a6c
Adding simplified and traditional Chinese subtitles support ( #1236 )
4 years ago
morpheus65535
39e658e913
Fix for #1252
4 years ago
morpheus65535
2aed0a2dc7
Fix for #1252
4 years ago
morpheus65535
39ec03da08
Fix for Dutch translation.
4 years ago
morpheus65535
49c6e8b3fb
Implemented manual subtitles translation using Google Translate
4 years ago
morpheus65535
da7610b5cf
Fix for #1256 . Added RAR archives compatibility.
4 years ago
morpheus65535
94825422d5
Opensubtitles.com fixes ( #1249 )
4 years ago
vitiko98
8b97c7c54e
Improve matches for Subdivx provider
4 years ago
vitiko98
9d41d44d6d
Add minor changes to Sucha provider
4 years ago
vitiko98
3659b4e566
Improve matches and readability for Argenteam provider
4 years ago
vitiko98
568873ac30
Rewrite TuSubtitulo provider ( Close #1242 )
4 years ago
morpheus65535
c8eae1a512
Adding opensubtitles.com provider ( #1247 )
...
Adding OpenSubtitles.com provider
4 years ago
Georgi Kyosev
ff06881d5d
Fix search row BeautifulSoup CSS selector
4 years ago
morpheus65535
a7e9811bd5
Fix for #1235
4 years ago
morpheus65535
22cd45bc41
Languages profiles ( #1232 )
...
Implementing the languages profiles functionality.
4 years ago
morpheus65535
240a3759cf
Partial fix for #1230 : js2py issue under Python 3.8+
4 years ago
morpheus65535
b291746a49
Fix for #1229
4 years ago
morpheus65535
e9588d8d16
Possible fix for #1117
4 years ago
josdion
21b288308f
subssabbz, subsunacs - fix inconsistent movie/tv naming
4 years ago
morpheus65535
6544fd4c39
Fix for #1215
4 years ago
morpheus65535
73d3000b96
Merge pull request #1214 from soenneker/subscene-fix
...
Fixes subscene with invalid attribute
4 years ago
morpheus65535
e7d68f4316
Removed some Python 2.7.x compatibility code.
4 years ago
Jake Soenneker
d7333d9172
Removes if statement for python 2
4 years ago
Jake Soenneker
4f7d436254
Fixes subscene issue with Python dropping unescape
4 years ago
vitiko98
99a3abb240
Fix TypeError
4 years ago