Tamás Németh
8de63e92e5
Change supersupbtitles server url
...
Supersubtitles' url changed from feliratok.info to feliratok.eu
2022-06-05 18:22:01 +02:00
PlexIL
7dacd80660
Hebrew subtitle support for Ktuvit & WizdomSubs
2020-12-05 19:59:54 +02:00
panni
c787e671c3
providers: addic7ed: enforce limits once they're hit, to avoid unnecessary search queries #723
2020-04-14 05:06:02 +02:00
panni
289f174e2b
providers: addic7ed: properly implement limits #723
2020-04-13 05:54:04 +02:00
panni
ea03f3fc4d
providers: addic7ed: properly compare last_dl, add last_reset tracking info to log #723
2020-04-12 22:47:21 +02:00
panni
e94bd3fcb9
providers: addic7ed: limit downloads per day; add vip setting
2020-04-12 06:52:45 +02:00
panni
dba469750b
submod: HI: remove more music tags
...
core: update pysubs2
providers: opensubtitles: actually use sessions (they're broken) for checking for token state
2020-04-11 05:06:12 +02:00
panni
ff49dd4512
providers: bsplayer: verify hash; clean up
2020-02-16 05:08:50 +01:00
panni
78e47d3cd5
providers: screwzira: move config;
...
providers: add BSPlayer
2020-02-15 02:10:32 +01:00
dor
064c447528
changed imports to subliminal_patch
2019-11-09 21:32:02 +02:00
dor
e78ace4664
ScrewZira Hebrew subtitle support
...
www.screwzira.com
2019-11-07 18:54:52 +02:00
panni
a564a1d808
providers: addic7ed: wait a short while between retries and after successfully logging in
2019-10-26 04:14:38 +02:00
panni
3445259cde
providers: addic7ed: fix detection of completed subtitle ( #686 )
2019-10-21 17:15:02 +02:00
panni
c20c32c17d
providers: addic7ed: refresh show IDs if stored ones were empty
2019-10-21 17:10:34 +02:00
panni
f208a24213
providers: addic7ed: fix bungled show_ids reference; #686
2019-10-20 16:53:13 +02:00
panni
9e9dfb3f4d
providers: addic7ed: fix Mayans M.C.; add logging; fix AuthenticationError
2019-10-20 05:50:33 +02:00
panni
1aebe8d0dd
providers: addic7ed: fix getting show ids (failing on foreign characters)
...
providers: addic7ed: don't run anything if no credentials given
providers: addic7ed: actually try three times to log in
providers: addic7ed: store last show ids fetch; when show id not found, re-try once per day
2019-10-20 05:19:05 +02:00
panni
bb64e482df
providers: addic7ed: fix getting show list (failing on foreign characters)
...
providers: addic7ed: don't run anything if no credentials given
providers: addic7ed: actually try three times to log in
2019-10-20 05:04:02 +02:00
panni
c0cf2fd78e
providers: argenteam: bazarr-backport: use new url; fixes
2019-10-19 23:19:19 +02:00
panni
7583edf3fe
providers: addic7ed: move re to correct place; fix show match; #686
2019-10-19 15:36:46 +02:00
panni
0c379f8b9f
providers: addic7ed: add timeout on authentication error
2019-10-19 07:15:07 +02:00
panni
d2b617bdf4
addicted; fix #686
2019-10-19 06:55:32 +02:00
panni
a0ab6e406a
providers: titlovi: raise ConfigurationError if credentials aren't given
2019-08-22 15:46:38 +02:00
viking1304
20620cfa7e
New implentation of Titlovi using API
2019-08-09 18:22:42 +02:00
panni
f5156bcea7
providers: titlovi: fix matching
2019-07-27 03:10:08 +02:00
panni
c91d5ca483
providers: subscene: add support for pt-BR (based on https://github.com/Diaoul/subliminal/pull/740/commits/b22cf08a5d0e7082b0dc6c0de8cc764f01233625 )
2019-07-05 13:55:52 +02:00
panni
ee05da70f4
providers: subscene: explicitly set account filters for languages
2019-06-23 15:26:41 +02:00
panni
04c283c48d
providers: subscene: limit alternative searches to 3; set throttle to 8
2019-06-23 04:24:18 +02:00
panni
836945c95c
providers: subscene: move login/cookies to initialization sequence
2019-06-22 16:45:31 +02:00
panni
e7c3039fde
providers: subscene: detect login availability; fallback to non year results if none found with year
2019-06-21 04:49:54 +02:00
panni
94928c2930
providers: add Napisy24 (polish)
2019-06-21 04:16:46 +02:00
panni
2c25191291
providers: subscene: support logging in
2019-06-20 16:11:21 +02:00
panni
05d0de5120
core: providers: argenteam: backport fixes from bazarr
2019-05-27 12:34:37 +02:00
panni
30a0f11515
providers: subscene: don't calculate video fn for now
2019-05-19 04:27:20 +02:00
panni
9bf5123a00
providers: subscene: don't search for season packs (broken); fix endpoint error handling
2019-05-18 15:03:53 +02:00
panni
13d5e0761e
providers: subscene: fix endpoint once again
2019-05-13 16:14:26 +02:00
panni
df48e8fccd
providers: subscene: remove obsolete imports
2019-05-01 04:27:11 +02:00
panni
8c02e75fed
providers: titlovi: match cfsrc for src
2019-05-01 04:24:31 +02:00
panni
643485b879
core: cf: optimize
...
providers: titlovi: optimize cf/captcha handling
2019-04-28 04:43:03 +02:00
panni
ce2296c95d
core: guess_matches: handle multiple title matches; fixes bazarr#403
2019-04-21 03:28:52 +02:00
panni
3fe0500746
providers: opensubtitles: catch specific exceptions when testing token
2019-04-21 03:03:27 +02:00
panni
5ba5a9dfc4
core: http: separate CFSession and RetryingSession again
...
providers: subscene/titlovi: use RetryingCFSession
proviers: titlovi: drop explicit random user agent; drop explicit referer
2019-04-19 04:30:42 +02:00
panni
22dd7ef093
Revert: providers: subscene: cf: preserve headers
2019-04-19 03:13:48 +02:00
panni
e7cdbbcacb
providers: subscene: cf: preserve headers
2019-04-18 16:48:43 +02:00
panni
a9490b0838
providers: subscene: relieve a bit of stress on the provider by not querying releases anymore
2019-04-11 04:59:49 +02:00
panni
77e1c69f6b
providers: addic7ed: revert 6338757a9b46d6cba45299057de3099a8d61a5ff; temporarily remove _search_show_id
2019-04-11 04:02:48 +02:00
panni
e20f102cb9
core: pitchers: add current user agent to debug log
...
providers: titlovi: generally load previous verification(s)
providers: addic7ed: close session on terminate
2019-04-07 06:54:42 +02:00
panni
72aa6150b5
prefs: anticaptcha: remove proxy option (for now)
...
core: pitchers: finalize
providrs: titlovi: implement anticaptcha
2019-04-07 06:06:30 +02:00
panni
247ae71777
wip
2019-04-06 05:07:06 +02:00
panni
bbf5d6712c
providers: addic7ed: fix forced triple loop
2019-04-05 23:57:13 +02:00