Steve Adams
c2a311689e
Handle when title cannot be parsed
...
For example https://www.feliratok.info/index.php?term=American%20Chopper&nyelv=0&action=autoname returns a result which causes https://github.com/morpheus65535/bazarr/issues/1179#issuecomment-721068203
4 years ago
Steve Adams
37ba592b17
yifysubtitles handle 404 when imdb_id not found
...
yifysubtitles handle 404 when imdb_id not found
4 years ago
Steve Adams
f8497e27d5
I am getting 401's on yifysubtitles.com.
...
I am now consistant 401's on yifysubtitles.com. I believe the site has moved to.org.
4 years ago
vitiko98
78d9788a78
remove web merging
4 years ago
vitiko98
8e59cf5fed
Fix source score matching in subtitle.py
...
Changed score matching logic for sucha
4 years ago
morpheus65535
951f2f8a03
Merge pull request #1173 from vslavik/patch-1
...
titulky provider: fix search for movie w/o year
4 years ago
Václav Slavík
24897858c6
titulky provider: fix search for movie w/o year
4 years ago
morpheus65535
bf737e9b24
Fix for #1171 .
4 years ago
vitiko98
752c4a2142
fix opensubtitles imdb comparison
4 years ago
vitiko98
ffa617b638
slice
4 years ago
vitiko98
517e5e22e5
fix loop with alt titles in argenteam
4 years ago
Louis Vézina
88265e7913
Fix for #1151
4 years ago
Louis Vézina
f74d70cfe1
WIP
4 years ago
Louis Vézina
54d8c802a7
Merge branch 'development' into subztv
4 years ago
vitiko98
3b891b9e1d
new subdivx results limit (now it's 100)
4 years ago
vitiko98
6caffffa42
fix foreign titles problem with subdivx
4 years ago
vitiko98
c143d31b89
better scoring for sucha
4 years ago
vitiko98
70392835ab
Added english support for TuSubtitulo
4 years ago
Louis Vézina
8939bb9769
Improvements to OpenSubtitles.org provider.
4 years ago
Louis Vézina
7a2e6ab24f
Fix for #1104 . Searching for one language after the other when more then one language is requested. Previously, PT was being prioritized over others.
4 years ago
morpheus65535
99318bbde1
Merge pull request #1139 from vitiko98/tusubtitulo
...
Adding TuSubtitulo provider
4 years ago
Louis Vézina
c323cd8518
Fix for #1062
4 years ago
vitiko98
27d078b719
Added TuSubtitulo provider
4 years ago
morpheus65535
198be1cc6e
Merge pull request #1137 from ngosang/feature/subtitulamos
...
Rewrite Subtitulamos provider. resolves #1132
4 years ago
ngosang
c87c4766cf
Rewrite Subtitulamos prodiver. resolves #1132
4 years ago
ngosang
bf836ad521
Fix Subdivx provider. resolves #1133
4 years ago
vitiko98
ef77b148fe
organizing matches
4 years ago
vitiko98
2e797e100b
Adding new Sucha provider
4 years ago
Louis Vézina
bd7854326f
Fix for #1123
4 years ago
Louis Vézina
81d42dd6dc
WIP
4 years ago
Louis Vézina
86cf9aa9cc
Fix for #1113
4 years ago
Louis Vézina
e0a62b9fe0
Fix for series list not getting populated with addic7ed.
4 years ago
Louis Vézina
628a4bdc9f
Fix for release not split correctly with addic7ed.
4 years ago
josdion
408d0cd253
subssabbz, subsunacs - fix inconsistent movie naming
4 years ago
morpheus65535
5658a7a359
Hearing impaired ( #1102 )
4 years ago
morpheus65535
931268e2e0
Merge pull request #1100 from kobik/development
...
fix(wizdom): release doesn't show in manual search results and scoring calculation
4 years ago
Bazarr
be37a8112e
fix(wizdom): release doesn't show in manual search results and scoring calculation
4 years ago
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.
5 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.
5 years ago
josdion
8acb488fba
delete unsupported subtitle archive files from cache
5 years ago
josdion
197b84c36e
subssabbz, subsunacs - reduce score of subtitles for multi-disc movie releases
5 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.
5 years ago
josdion
9be6191478
set yifysubtitles video_types to movie only
5 years ago
josdion
e7ccafe958
YIFY Subtitles Provider added
5 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