Commit Graph

473 Commits

Author SHA1 Message Date
dependabot[bot]
78ea4e3fa9 Bump underscore from 1.9.2 to 1.13.1 (#26)
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.13.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 10:58:27 +02:00
dependabot[bot]
5da588ff8d Bump underscore from 1.9.2 to 1.13.1 in /addon (#25)
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.13.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 10:58:18 +02:00
TheBeastLT
7f81f72a47 [scraper] fix type assignment if it's null in metadata 2021-04-29 11:23:50 +02:00
TheBeastLT
18e9890f7f [scraper] bump parse torrent title 2021-04-22 22:34:58 +02:00
TheBeastLT
ba0d426e6e [scraper] small torrent type detection adjustments 2021-03-22 21:50:18 +01:00
TheBeastLT
63c4d62523 [scraper] filter bonus videos 2021-03-21 21:37:33 +01:00
TheBeastLT
a52e261cf7 [scraper] fix season parse helper 2021-03-20 23:30:33 +01:00
TheBeastLT
c7f353d176 [scraper] bump parse title 2021-03-20 14:25:45 +01:00
TheBeastLT
047b33e8d0 [scraper] add retry when getting default trackers 2021-03-18 20:57:41 +01:00
TheBeastLT
8794b129c6 [addon] fix rd retry loop 2021-03-17 12:54:55 +01:00
TheBeastLT
7cc93809bd [addon] add a timeout for resolve method 2021-03-14 18:27:37 +01:00
TheBeastLT
759f25ca2f [addon] use mem cache for resolved links 2021-03-14 18:09:22 +01:00
TheBeastLT
00d3ee2fd5 [scraper] update yts torrent id format 2021-03-11 23:27:57 +01:00
TheBeastLT
34879962ee [addon] fix rd retry torrent logic 2021-03-11 12:16:05 +01:00
TheBeastLT
2cd111bec7 [addon] blacklist moch bad tokens and return a indication response 2021-03-10 17:20:34 +01:00
TheBeastLT
1c6447add6 [addon] return both stream and streams property in moch meta response 2021-03-10 16:33:14 +01:00
TheBeastLT
bb8f3fc990 [addon] fix rd retry functionality 2021-03-10 16:27:04 +01:00
TheBeastLT
74dec1d36d [addon] update best trackers url 2021-03-10 10:20:06 +01:00
TheBeastLT
e5223c0c98 [addon] fix debrid link logging 2021-03-10 10:08:31 +01:00
TheBeastLT
678e05b7af [addon] handle rd magnet error status 2021-03-09 18:08:53 +01:00
TheBeastLT
8d6df4523f [addon] remove open torrent debridlink logic 2021-03-09 17:28:14 +01:00
TheBeastLT
80f34dabb0 [addon] update to show checking status as downloading 2021-03-09 16:09:24 +01:00
TheBeastLT
187972d7de [addon] update debridlink status checks 2021-03-09 16:07:39 +01:00
TheBeastLT
5bb05027a5 [addon] add m2ts ext and video 2021-03-09 14:57:11 +01:00
TheBeastLT
6537dd8cb8 [addon] fix rd cached torrent file selection 2021-03-09 14:50:49 +01:00
TheBeastLT
79f4193792 [addon] add debridlink support, closes #19 2021-03-09 12:27:52 +01:00
TheBeastLT
e1e95d1ecf [addon] change rd torrent retry logic and add failed opening torrent message 2021-03-09 12:18:16 +01:00
TheBeastLT
a33d6a9873 [addon] check rd cached torrents in chunks 2021-03-09 12:17:12 +01:00
TheBeastLT
c84e1818ab [addon] add lite version redirect 2021-03-08 18:01:33 +01:00
TheBeastLT
6b6a53e7f8 [addon] add lite addon configuration version 2021-03-07 21:35:16 +01:00
TheBeastLT
1c9ef4097b [addon] add quality exclude filter config option 2021-03-07 19:01:04 +01:00
TheBeastLT
2db68129de [addon] exclude rutor trackers from moch downloads 2021-03-07 12:37:43 +01:00
TheBeastLT
651be21948 [addon] fix torrent trackers retrieval for moch downloads 2021-03-07 12:18:59 +01:00
TheBeastLT
76c80e0f2a [addon] bump version 2021-03-07 12:06:57 +01:00
TheBeastLT
5687921990 [addon] add rutor and torrentgalaxy providers 2021-03-07 12:04:34 +01:00
dependabot[bot]
ec3d002e55 Bump urijs from 1.19.5 to 1.19.6 in /addon
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.5 to 1.19.6.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.5...v1.19.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 21:39:56 +01:00
TheBeastLT
d1d112b97e [scraper] update subtitle assignment path parsing 2021-03-02 21:38:58 +01:00
TheBeastLT
89e24bf81a [scraper] increase rarbg retry delay 2021-03-02 21:38:12 +01:00
TheBeastLT
c201a741ef [scraper] improve episode detection when not parsed 2021-03-02 08:57:52 +01:00
TheBeastLT
f5974beeaf [scraper] increase rarbg scraper frequency 2021-03-02 08:56:53 +01:00
TheBeastLT
58e23be2ab [addon] update ad retry download statuses 2021-03-01 20:46:44 +01:00
TheBeastLT
45b0306266 [addon] return premiumize link instead of stream_link 2021-03-01 20:41:27 +01:00
TheBeastLT
cc2482ae08 [addon] try to select files on rd magnet conversion status 2021-02-24 17:09:25 +01:00
TheBeastLT
dad6820c70 [addon] treat rd uploading status as downloading 2021-02-24 14:34:43 +01:00
TheBeastLT
7cc1262f29 [scraper] update is pack parse helper function 2021-02-24 12:11:36 +01:00
TheBeastLT
5e5e749691 [addon] improve moch error logging 2021-02-24 11:49:45 +01:00
TheBeastLT
622e4d7274 [scraper] improve detection of movies in 2 cds 2021-02-24 11:49:25 +01:00
TheBeastLT
7193b8a75b [scraper] parse russian season if present 2021-02-24 11:48:22 +01:00
TheBeastLT
236269941b [scraper] try to fix seeders update startup error 2021-02-19 22:43:46 +01:00
TheBeastLT
e7d0c2b620 [scraper] fix rutor list seeders 2021-02-19 22:43:22 +01:00