Louis Vézina
72041d3fd2
Fix for #1098
4 years ago
josdion
be82117600
Fix #1089 - YIFY Subtitles server URL update
4 years ago
josdion
36cf8ca344
subssabbz, subsunacs, yavkanet - add frame rate to release info
...
- add subtitle frame rate to release info
- better handling of exceptions while dolwnloading subtitles
4 years ago
Louis Vézina
e2b1726c87
Fix for #1034 .
4 years ago
gyh1621
143b83ab3e
fix zimuku provider
4 years ago
Louis Vézina
170a3b0985
Fix for #1034 .
4 years ago
Louis Vézina
37b5ad4e26
Small fix for sous-titres.eu to circumvent Cloudflare protection.
4 years ago
Louis Vézina
d7873470fd
Added Sous-Titres.eu provider.
4 years ago
Louis Vézina
43a5533a84
Fix for #913 (user-agent for subs4series)
4 years ago
Louis Vézina
94fc3ae8dd
Fix for #915
4 years ago
Louis Vézina
4f481d16d1
Fix for #913 (subs4series only)
4 years ago
Louis Vézina
f6c6e90fed
Fix for #913 (subs4free only)
4 years ago
josdion
303182471c
return to encoding auto detection in case the provider has set invalid encoding
4 years ago
morpheus65535
270e223107
Merge pull request #1014 from GermanG/betaseriesfix
...
Betaseriesfix
4 years ago
josdion
d06cace2d6
Fix #886
...
Use the whole subtitle file to detect encoding. Seems like if trying to detect encoding only by a part of the file, is not always working. This modification will lead to worse performance, but should be more reliable.
4 years ago
josdion
ca0123c036
don't check for language code if the subtitle file name is the same as the video name
...
if the subtitle file name is the same as the video name, it is pointless to check the language code
4 years ago
josdion
ecff2dcbc6
titulky fix encoding
...
Remove setting of the encoding, so now it will be auto detected.
4 years ago
josdion
84ad5aaeaa
fix for #914
...
Replace latin_1 with cp1252, as latin_1 is already in the list with its alias iso-8859-1. Don't know why cp1252 hasn't been included so far.
4 years ago
josdion
8acb488fba
delete unsupported subtitle archive files from cache
4 years ago
josdion
197b84c36e
subssabbz, subsunacs - reduce score of subtitles for multi-disc movie releases
4 years ago
josdion
c89d542479
fix encoding problems in subtitle class
...
- don't use directly self._guessed_encoding, but instead call the function guessed_encoding() as the variable can be None.
- use self.guessed_encoding() only if self.encoding is not set.
4 years ago
josdion
9be6191478
set yifysubtitles video_types to movie only
4 years ago
josdion
e7ccafe958
YIFY Subtitles Provider added
4 years ago
josdion
a8258006b5
subsunacs - download subtitles in 7zip format
5 years ago
Louis Vézina
99a98a564a
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
2efa3c9f86
Fix for #729
5 years ago
josdion
91cc6b35c9
fix a compatibility issue with guessit 3, added cache support
...
- remove allowed_countries parameter when call guessit as it's not necessary now and in the way which it's used, it throw an exception in guessit 3
- add downloaded subtitle files to the cache
- check subtitle notes for additional inforamtion about the release
5 years ago
Mr-Quin
08aa8cae0a
change isascii to isalnum
5 years ago
Louis Vézina
97b826af0d
Fix for #996
5 years ago
Louis Vézina
376e13d7f1
Upgraded GuessIt to 3.0.1
5 years ago
ngosang
499ec5ac12
argenteam provider: fix null exception and improve scoring (part 2)
5 years ago
ngosang
f3c3655dae
argenteam provider: fix null exception and improve scoring
5 years ago
Bazarr
82b41f8115
search for season packs and stop unnecessary exceptions
5 years ago
Bazarr
392855b4eb
refactor matches
5 years ago
Bazarr
21f80d2f76
fixed download limit exceeded exception
5 years ago
Bazarr
989e725dd5
just added Legendasdivx to log msgs
5 years ago
Bazarr
35830abd9b
don't raise an exception if compressed format is not supported
5 years ago
Bazarr
81642e3fe2
added skip_wrong_fps match and login again if redirect due to expired session cookies
5 years ago
Bazarr
f470448bf9
Improved Exceptions and code more Python3 complying
5 years ago
German Gutierrez
fda6b5ef01
betaseries: removing print line used for debug
5 years ago
German Gutierrez
dae68d7e8b
betaseries: logging 404 errors instead of raising
5 years ago
Bazarr
41a66abe68
Throttle connections to Addic7ed provider throwing IPAddressBlocked excpetion
5 years ago
Bazarr
d9982b36d9
added new IPAddressBlocked exception and cache Legendasdivx login cookies to not throttle site
5 years ago
Bazarr
075f053f17
treat exceptions when HTTPError is returned
5 years ago
Bazarr
83d81a6946
no need to import HTTPerror exception. Not treated
5 years ago
Bazarr
1cdf07884f
simplified raise exceptions (raise_for_status() already raises exceptions
5 years ago
Bazarr
8da77a72eb
simplig
5 years ago
Bazarr
abcf03e389
fixed retries to get download link to avoid throttling
5 years ago
Bazarr
8b04941a3f
replaced uploader from <n/a> to anonymous when not found
5 years ago
Bazarr
2dcfc433c3
fixed Parsed Exceptios, refactored code and implemented pagination search
5 years ago
Bazarr
21bd7bc792
added uploader to legendasdivx subtitles
5 years ago
josdion
51bf6964bf
subssabbz, yavkanet - prevent country detection with guessit #958
5 years ago
josdion
466aebd8c7
Fix #958
5 years ago
josdion
32bd30e3e7
reduce XMLRPC requests to opensubtitles server
...
- use cached token instead of logging in every time when search for subtitles
- delete authentication token in case of account modification
5 years ago
Panagiotis Koutsias
39068532bc
Fixes name matching for xsubs
...
Fixes #947
5 years ago
josdion
a37ef4a418
opensubtitles - add get_fps function
...
- added get_fps() function
- getting of the authentication token from the cache is fixed
5 years ago
josdion
76ec6109df
subsunacs - improve provider
5 years ago
josdion
8b06629906
subssabbz - improve provider
5 years ago
josdion
7670b7eae6
yavkanet - improve provider
5 years ago
josdion
267933f106
adding capability for subtitle provider to set frame rate when loading microdvd file
5 years ago
josdion
3b20310d86
fix inconsistent tv show naming
5 years ago
josdion
cd6c527d89
FIx #928 - don't raise an exception in case of unsupported archive
5 years ago
Ori
8dad86c8aa
wizdom: some subtitle files are empty, skip
5 years ago
Ori
9c66639828
bugfix language id in wizdom provider
5 years ago
josdion
286a216ab6
Fix #896
...
- Improved release info
- Remove search in alternative titles
- Read the best scored subtitles from archive
5 years ago
morpheus65535
1c7776876c
Merge pull request #901 from josdion/development
...
subsunacs - improve finding uploader user name
5 years ago
josdion
3e21376fe6
subsunacs - improve finding uploader user name
5 years ago
Louis Vézina
605eeced56
Fix for #898
5 years ago
morpheus65535
299af38486
Merge pull request #895 from josdion/development
...
subsunacs - allow txt subtitles to be downloaded
5 years ago
josdion
6d6d69d89d
subsunacs - allow txt subtitles to be downloaded
5 years ago
ngosang
9fc8bfeffb
subdivx: fix redirect, release info and uploader. resolves #889
5 years ago
josdion
41e84b7e3d
subssabbz, subsunacs, yavkanet - fix setting of uploader
...
Fix problem where the last uploader is set as uploader of all subtitles.
5 years ago
morpheus65535
f6c303e2b5
Merge pull request #885 from gyh1621/master
...
Fix zimuku provider
5 years ago
gyh1621
6478635163
stop sorting query results by language in zimuku
5 years ago
gyh1621
b12cb42146
Fix zimuku provider
5 years ago
josdion
03e0998d82
opensubtitles - show uploader as anonymous when UserNickName is empty
...
Show uploader as anonymous when UserNickName is empty as this is how the username is shown on opensubtitles.com
5 years ago
morpheus65535
e04364d17d
Merge pull request #876 from josdion/development
...
add uploader member variable to subtitle class
5 years ago
josdion
df2f0bb7b5
update opensubtitles to set subtitle uploader username
5 years ago
josdion
e09d84e09c
add uploader member variable to subtitle class
...
Add uploader member variable to subtitle class and update subssabbz, subsunacs and yavkanet to retrieve the uplader username.
5 years ago
morpheus65535
3b67dfc8b4
Merge pull request #874 from natiz/development
...
New Provider: Wizdom
5 years ago
natiz
f125d39b8c
Add wizdom provider
5 years ago
German Gutierrez
da2c5e5212
New Provider: RegieLive
5 years ago
josdion
d3d7991db7
subssabbz, subsunacs - various fixes to improve match-finding
...
- fix inconsistent names of some TV shows
- sanitaze movie names
- do not remove apostrophe when sanitize TV and movie names
5 years ago
josdion
43fc2f093b
do not remove apostrophe when calling sanitize()
...
Removing apostrophe from movie and tv names will lead to missing matches.
5 years ago
josdion
13bf1b7a76
remove matches.add(id(self)) from get_matches
...
remove matches.add(id(self)) from get_matches as this is an obvious mistake, that I copied from another provider :)
5 years ago
josdion
c6355be1bd
Add yavka.net subtitles provider
...
Bulgarian (mostly) Subtitles Provider. Also provide subtitles in English, Russian, Spanish, and Italian.
5 years ago
morpheus65535
f8492f4688
Merge pull request #856 from pkoutsias/feature/greek_providers_fix
...
Fixes #773
5 years ago
German Gutierrez
4187f100a0
bsplayer: removal of a faulty host
5 years ago
Panagiotis Koutsias
627ac29dfe
Fixes #773
...
Fixes subs4free and subs4series providers
Removes subz provider
5 years ago
Louis Vézina
c7c7a23f58
Fix for d5feea0b09
5 years ago
panni
d5feea0b09
fix #731
5 years ago
German Gutierrez
c2614fc776
legendasdivx: adding scores to subtitles to get best match in archive
5 years ago
German Gutierrez
c72366d883
legendasdivx: using guessit to pick up the right sub in archive
5 years ago
German Gutierrez
9036a0863c
bsplayer: adding matches
5 years ago
Louis Vézina
cc61d0188f
Fix for Python 2.7 compatibility regression.
5 years ago
panni
584f4a7c04
update subliminal_patch; improve scoring; improve bsplayer; possibly fix bazarr#821
5 years ago
Louis Vézina
9455847a0e
Revert "subliminal_patch: hearing impaired fix"
...
This reverts commit 258dc3a7
5 years ago
morpheus65535
3d87c6ee15
Merge pull request #823 from GermanG/hearing_impaired_match_fix
...
subliminal_patch: hearing impaired fix
5 years ago
German Gutierrez
258dc3a776
subliminal_patch: hearing impaired fix
5 years ago
German Gutierrez
9651a63db9
betaseries: adding release info
5 years ago
Michiel van Baak
d4dd3ca4de
Use native os.scandir when available
5 years ago
morpheus65535
7c061874fb
Merge pull request #806 from GermanG/subdvix
...
subdivx: replacing ParseReponseError by APIThrootled
5 years ago
German Gutierrez
e0168b7dba
subdivx: retrying download when link is not class 'detalle_link' but 'link1'
5 years ago
German Gutierrez
881a16350a
subdivx: replacing ParseReponseError by APIThrootled
5 years ago
German Gutierrez
a00d50d520
legendasdivx: adding imdb (alternative) search
5 years ago
German Gutierrez
acc30fe539
legendasdivx: wider query for better results and modifications for future improvements
5 years ago
Halali
57c24a6e56
Another Possible fix for titulky provider
5 years ago
morpheus65535
6c3a0ba354
Merge pull request #770 from IIIspaceIII/feature/provider-titrari-ro
...
Feature/provider titrari ro
5 years ago
Space
07b6fc2fbd
Merge remote-tracking branch 'origin/feature/provider-titrari-ro' into feature/provider-titrari-ro
5 years ago
Space
1801d2555b
#769
...
-fixed searching without imdbId
5 years ago
Halali
91101073b8
Possible fix for titulky provider
5 years ago
Louis Vézina
c16ba5e17a
Fix for #767
5 years ago
qxe5534
517454b2df
Merge branch 'development' into feature/provider-titrari-ro
...
# Conflicts:
# bazarr/get_providers.py
5 years ago
Space
3cb1a33867
-added provider titrari.ro for movies
5 years ago
panni
314c1f90e5
update subliminal_patch; possibly fix bazarr#656
5 years ago
German Gutierrez
7d5fdafe0c
LegendasDivxs: skipping .txt files from archived file
5 years ago
German Gutierrez
6291cf7134
removing unneeded imports from bsplayer and legendasdivx
5 years ago
German Gutierrez
304ee8766c
Adding release info to bsplayer and subdvix providers
5 years ago
German Gutierrez
22ce5dc450
LegendasDivx: adding missing import ParseResponseError
5 years ago
morpheus65535
6677d20686
Quick fix for #752
5 years ago
German Gutierrez
b4b7a3ed2e
LegendasDivs: cleaning up debug logging
5 years ago
German Gutierrez
46b59cdae7
Provider LegendasDivx v1
5 years ago
German Gutierrez
6c3cc4be28
providers: adding bsplayer initial commit
5 years ago
panni
a612335a44
core: update to subliminal_patch:head; core: try and fix #660
5 years ago
panni
64fa210688
core: update to subliminal_patch:head; core: try and fix #703
5 years ago
Mexx62
3b360db1c0
Betaseries: Use release group to choose which subtitle to download in archive
5 years ago
dimo
d4a74581da
Allow assrt to fetch subtitles through only ISO 639-2
...
This commit should fix issue #460
5 years ago
Halali
f1596ef7ba
Fix Titulky provider compatibility with Python3
5 years ago
Louis Vézina
684c8009bc
Fix for Addic7ed.
5 years ago
Louis Vézina
213163fe3e
WIP
5 years ago
Louis Vézina
8ea82d5e5f
Fix for Subscene under Python 3.x
5 years ago
Louis Vézina
d92e7755d3
Fix for SubtitulamosTv in Python3.
5 years ago
Louis Vézina
7f80b1de83
Merge branch 'development' into python3
...
# Conflicts:
# bazarr/get_series.py
# bazarr/list_subtitles.py
5 years ago
morpheus65535
1497359681
Merge pull request #653 from gmerciel/subtitulamos-tv
...
Subtitulamos.tv provider
5 years ago
Gonzalo Merciel
2e645039f1
Fixed encoding issues
5 years ago
Louis Vézina
fe6758858a
Merge branch 'development' into python3
...
# Conflicts:
# bazarr/database.py
# bazarr/get_episodes.py
# bazarr/get_movies.py
# bazarr/get_series.py
# bazarr/get_subtitle.py
# bazarr/list_subtitles.py
# bazarr/main.py
# views/movie.tpl
5 years ago
panni
912717dd93
core: update to subliminal_patch:head; addic7ed: fix using empty show ids list; fix completed subtitle detection for non-english languages; fix mr robot subtitle file detection
5 years ago
panni
8799938b4e
core: update to subliminal_patch:head; addic7ed: show ids fetching
5 years ago
Louis Vézina
995b9ac9ae
Merge branch 'development' into python3
...
# Conflicts:
# bazarr/get_episodes.py
# bazarr/get_movies.py
# bazarr/get_subtitle.py
# bazarr/list_subtitles.py
# bazarr/main.py
# libs/subliminal_patch/core.py
# libs/subliminal_patch/providers/addic7ed.py
5 years ago
panni
e452394841
core: update to subliminal_patch:head; addic7ed: fix captcha solving; fix getting show list
5 years ago
Gonzalo Merciel
3d492ab4d6
Corrected release_info property.
...
Corrected bug with matches.
5 years ago
Gonzalo Merciel
6b91993545
Added encoding, realease_info and better matching.
5 years ago
Gonzalo Merciel
f809e608e4
Added subtitulamos.tv provider.
5 years ago
Halali
7171635441
Titulky provider some changes for python v3 compatibility
5 years ago
Louis Vézina
08139b43ed
Merge branch 'development' into python3
...
# Conflicts:
# bazarr/main.py
5 years ago
ngosang
cdeed59584
Update Argenteam provider (https and new domain)
5 years ago
Louis Vézina
a4ed73b6fc
Fix for invalid language in filename.
5 years ago
Louis Vézina
2a78008ecb
Drop language on all exception.
5 years ago
Louis Vézina
99e940f7a8
Drop language on all exception.
5 years ago
Louis Vézina
7c75ae7615
Fix for invalid language code.
5 years ago
Louis Vézina
90e9786546
Merge branch 'development' into python3
...
# Conflicts:
# bazarr/main.py
5 years ago
Louis Vézina
7d3c6b31e7
Fix for index out of range when no extension in filename.
5 years ago
Louis Vézina
afd9cd6ddb
Merge branch 'development' into python3
...
# Conflicts:
# bazarr/get_movies.py
# libs/subliminal_patch/core.py
# libs/subliminal_patch/providers/subdivx.py
# libs/subliminal_patch/providers/titlovi.py
5 years ago
Louis Vézina
d65601d9cb
Fix for #605 .
5 years ago
Halali
b3c6def6bc
Updated subliminal_path and subzero to latest dev version
5 years ago
ngosang
232eaa1981
Improve Subdivx provider, handle more exceptions
5 years ago
ngosang
c96fb20663
Improve provider throttle / status to handle all exceptions
5 years ago
Louis Vézina
59c6a269ab
WIP
5 years ago
Louis Vézina
3df86acb85
WIP
5 years ago
Louis Vézina
bcc4183ef3
WIP
5 years ago
Louis Vézina
b055d89b4f
Merge branch 'development' into python3
...
# Conflicts:
# bazarr.py
# bazarr/get_subtitle.py
5 years ago
Louis Vézina
9dd85eeee7
WIP
5 years ago
ngosang
f8db6c31e2
Fix Subdivx provider, new webpage
5 years ago
Louis Vézina
a7b40eaf79
WIP
5 years ago
Louis Vézina
e7cb2a71e2
WIP
5 years ago
Louis Vézina
f389c38a9c
WIP
5 years ago
Louis Vézina
3ca2c98cd4
WIP
5 years ago
Louis Vézina
645952c61a
WIP
5 years ago
Halali
36c0d2d311
Add Titulky as private CZ,SK tracker
5 years ago
panni
763d90d702
core: update to subliminal_patch:head; subscene: http: fall back to local DNS in case of NXDOMAIN; titlovi: fix querying
5 years ago
Mexx62
9cd7cfe07d
Added betaseries provider ( #486 )
...
* Added betaseries provider
* Make the provider TV Shows only
* Fixed betaseries token save in wizard
* Boosted subtitles score
* Removed addic7ed_boost
* Fixed subtitle URL problem
* Changed variable names
* Change provider informations and add warning
* Reverted subliminal_patch/score.py
5 years ago
Panagiotis Koutsias
0fcef4d674
Optimizes Greek providers ( #489 )
...
* Optimizes providers
* Adds episode id in subtitle page link
* Adds episode id in subtitle page link
5 years ago
panni
490468f7b3
core: update to subliminal_patch:head; subscene: add pt-BR support; fix unknown language code on empty response
5 years ago
panni
bce41d8002
core: update to subliminal_patch:head; scandir: docker/bazarr compat, might fix #461
5 years ago
panni
3d8e8ee59b
core: update to subliminal_patch:head; subscene: explicitly set account filters for languages
5 years ago
panni
702038c191
core: update to subliminal_patch:head; subscene: move login/cookies to initialization sequence
5 years ago
panni
b100d4ed5c
core: update to subliminal_patch:head; support file hashes even when scenename is used
5 years ago
panni
05aaf8094d
core: update to subliminal_patch:head; subscene fallback for non-year results; detect downtime (raise ServiceUnavailable)
5 years ago
pannal
87f3e65bd2
Merge pull request #442 from MoshiMoshi0/development
...
Fix video hash not being computed when using Napisy24 provider
5 years ago
Louis Vézina
0995df6c7d
Fix for #436 and #459 .
5 years ago
panni
8c92599cbf
core: update to subliminal_patch:head; #38
6 years ago
ngosang
26ef69d27b
Fix Subdivx provider with html.parser
6 years ago
ngosang
561f5495fb
Improve score in Subdivx provider
6 years ago
morpheus65535
412dfd4d21
Merge pull request #448 from ngosang/feature/subdivx
...
Add Subdivx provider Closes #307
6 years ago
morpheus65535
52bd6ed983
Merge pull request #449 from ngosang/feature/argenteam
...
Fix Argenteam provider. Wrong HI and subtitle URL
6 years ago
ngosang
b4099d8707
Fix Argenteam provider. Wrong HI and subtitle URL
6 years ago
ngosang
630438e4e7
Add Subdivx provider Closes #307
6 years ago
panni
b909bd652c
core: update to subliminal_patch:head; add env flag for skipping encoding change; optimize subscene
6 years ago
Unknown
6aa5b8c838
Fix video hash not being computed when using Napisy24 provider
6 years ago
Unknown
8287c38f9e
Fix Language import in Napisy24 provider
6 years ago
Unknown
db7b6158aa
Add credentials form; Fix incorrect imports
6 years ago
Unknown
94972f29f0
Add Napisy24 provider
6 years ago
panni
1ed4f11a67
core: update to subliminal_patch:head; fix farsi subtitles in utf-16
6 years ago
panni
bbbc7bc154
core: update to subliminal_patch:head; fix subscene search endpoint
6 years ago
panni
927b7b6406
core: update to subliminal_patch:head; fix subscene; solve cf almost instantly; fix chinese subs; fix titlovi;
6 years ago
Ģirts Kokars
e16b820703
use download link as the page_link (there is no seperate subtitle page link)
6 years ago
Ģirts Kokars
a8840c2fb6
override subtitle guess_encoding method to not include language-specific encodings and go straight to chardet as it seems to yield far better results
6 years ago
Ģirts Kokars
1f8469f83a
remove unused code (alternate titles)
6 years ago
Ģirts Kokars
d910db7965
add subtitri.nekur.net and subtitri.id.lv subtitle providers
6 years ago
panni
87165e91f2
core: update to subliminal_patch:head
6 years ago
panni
2aae6fe843
core: update to subliminal_patch:head;
6 years ago
panni
ee65371089
core: update to subliminal_patch:head; add missing file
6 years ago
panni
98f456e20f
core: update to subliminal_patch:head;
6 years ago
Adrian Dimitrov
1681d5fc3c
Fix subsunacs subtitle link ( #384 )
...
Fix subsunacs and subssabbz subtitle link and downloading button in manual search dialog.
6 years ago
虾哥哥
3a8a349d68
add zimuku subtitle provider ( #381 )
...
Added zimuku subtitle provider
6 years ago
Louis Vézina
8aef7bc0d3
Continuing development.
6 years ago
Louis Vézina
afb2a86810
Continuing development.
6 years ago
Louis Vézina
0d05000e97
Initial anticaptcha commit
6 years ago
jonudewux
2eeedd5efa
subssabbz: Small fix ( #380 )
...
provider selects wrong link and raise a exception:
ValueError: Not a valid archive
6 years ago
panni
1bf40127a0
core: update to subliminal_patch:head; implicitly handle cf
6 years ago
panni
6c4c124ae4
core: update to subliminal_patch:head; fix subscene; add alternative titles support to subscene and opensubtitles
6 years ago
panni
c11ba2c76d
libs: update subliminal_patch to current; revert fixed Bazarr/1 user agent
6 years ago
panni
8ed84886f8
update subliminal_patch to a70f9c0; fixes #334
6 years ago
Louis Vézina
181cc94c25
Merge remote-tracking branch 'origin/development' into subliminal_patch
6 years ago
panni
c630cdda3d
update subliminal_patch
6 years ago
Panagiotis Koutsias
176b2c818a
Adds GreekSubtitles, Subs4Free, Subs4Series, SubZ and XSubs providers ( #310 )
...
* Adds GreekSubtitles, Subs4Free, Subs4Series, SubZ and XSubs providers
* Various optimizations in greek providers
6 years ago
Louis Vézina
626d7c81d7
Merge branch 'pr/292' into development
6 years ago
morpheus65535
97e72a8f9d
Fix for not matching case between video and subtitles filename #278
6 years ago
e01
0bd2f2e68f
Move providers to subliminal_patch
6 years ago
e01
aafc55f3cb
Fix previously mess with providers registering on subssabbz and subsunacs
6 years ago
e01
8fd96a2dfd
Add subsunacs.net and subs.sab.bz providers
6 years ago
Halali
f1b7e28e57
Change User-Agent to random User-Agent for Titlovi provider
6 years ago
Halali
5ba92b2142
Change User-Agent for Titlovi provider
6 years ago
panni
f7550e1889
libs: update subliminal_patch to newest develop: fix subscene missing poster; don't raise an exception when subtitle not found inside archive
6 years ago
morpheus65535
bcc0fd3765
Replacing Sub-Zero user agent with Bazarr.
6 years ago
panni
10c7012c18
subliminal_patch: update again; add is_valid shortcut
6 years ago
panni
8879f5a82e
core: update subliminal_patch to 2.6.4.2917-dev; fix addic7ed, subscene, titlovi; fix SSAStyle parsing in SRT
6 years ago
panni
83bb1aca09
update to latest subliminal_patch; loosen lxml requirement
6 years ago
panni
b1d2689cba
update to latest subliminal_patch; fixes podnapisi search for Marvel series
6 years ago
panni
4c7c7a692b
subliminal_patch.core: don't assume hints["title"] exists
6 years ago
panni
9ac3b0009b
update subzero/subliminal_patch/fcache to current versions
6 years ago
panni
d8c6570b49
first non-boot-failing version
6 years ago
panni
8f584143f8
update deps
6 years ago