Commit Graph

336 Commits

Author SHA1 Message Date
TheBeastLT
137f56bfd1 rate limit only stream requests 2022-03-23 09:41:06 +01:00
TheBeastLT
f864f95ca0 cache resolved url for longer 2022-03-23 09:06:44 +01:00
TheBeastLT
7b38ba179d order moch catalog ascending 2022-03-15 14:53:14 +01:00
TheBeastLT
a5ff0edc23 increase healthy torrents limit 2022-03-13 19:48:55 +01:00
TheBeastLT
cd541d68b2 return binge group for movies 2022-03-13 19:36:26 +01:00
TheBeastLT
29b232318e return only streams property for moch meta 2022-03-09 15:54:39 +01:00
TheBeastLT
47c05c465c add erai rss scraper 2022-02-19 13:04:47 +01:00
dependabot[bot]
30fb5624ea Bump ajv from 6.12.0 to 6.12.6 in /addon (#39)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 19:42:01 +01:00
dependabot[bot]
9f4146ae0c Bump node-fetch from 2.6.1 to 2.6.7 in /addon (#38)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 19:41:53 +01:00
TheBeastLT
c8f25b3089 dump debrid link and pass ip 2022-01-28 15:33:33 +01:00
TheBeastLT
c3b37b3537 disable browser streaming links for RD 2022-01-13 19:27:58 +01:00
TheBeastLT
4ad1db82ba bump from node image to support v2 lock files 2022-01-06 23:29:57 +01:00
TheBeastLT
5ce051b204 return streaming url when in browser for RD and PM 2022-01-06 23:14:15 +01:00
TheBeastLT
e23fa9bb55 chunk PM cached hashes query 2022-01-05 17:17:18 +01:00
TheBeastLT
faca41eb7c rd retry on 504 for availability check 2021-12-15 11:26:21 +01:00
TheBeastLT
5d42389067 use custom rate limit key generator due to cf changes 2021-12-13 09:15:04 +01:00
TheBeastLT
ccecf68ecb reorder rutor entry 2021-09-20 19:06:41 +02:00
TheBeastLT
21812f8c54 add language to provider definition 2021-09-20 18:53:46 +02:00
TheBeastLT
e01b3e87a3 add torrent9 provider 2021-09-20 09:37:07 +02:00
TheBeastLT
f2ce9b0543 migrate to axios from needle 2021-09-18 12:47:38 +02:00
TheBeastLT
a617820fab bump dep versions to fix mongo conn size error 2021-09-18 09:16:09 +02:00
dependabot[bot]
2e029f574a Bump eslint-config-eslint from 5.0.1 to 6.0.0 in /addon (#34)
Bumps [eslint-config-eslint](https://github.com/eslint/eslint) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.0.1...v6.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-eslint
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-17 15:15:35 +02:00
dependabot[bot]
ea627ed12a Bump urijs from 1.19.6 to 1.19.7 in /addon (#31)
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.6 to 1.19.7.
- [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.6...v1.19.7)

---
updated-dependencies:
- dependency-name: urijs
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-17 15:12:08 +02:00
dependabot[bot]
012b4c21b9 Bump path-parse from 1.0.6 to 1.0.7 in /addon (#32)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-17 15:11:59 +02:00
TheBeastLT
8b31c6a13d bump version 2021-09-17 15:11:43 +02:00
TheBeastLT
195a45b270 add erairaws language scraper 2021-09-17 15:11:43 +02:00
TheBeastLT
53b03aa1eb update lang length 2021-09-17 15:11:43 +02:00
TheBeastLT
d264a5f0eb add brazuca logo 2021-09-17 15:11:43 +02:00
TheBeastLT
f1a2a69170 add priority language setting 2021-09-17 15:11:43 +02:00
TheBeastLT
6b1bb8ebba bump parse title 2021-09-17 15:11:43 +02:00
TheBeastLT
29d0b932cd generalise pre-configurations 2021-09-17 15:11:43 +02:00
TheBeastLT
1f8b543e5b enable only non anime pt providers 2021-09-17 15:11:43 +02:00
mrcanelas
adc0a6dd71 add configure page 2021-09-17 15:11:43 +02:00
mrcanelas
0ccb65391a New Commit 2021-09-17 15:11:43 +02:00
TheBeastLT
d7d552ac07 [addon] return cam quality if torrent of file name has it 2021-06-29 17:23:06 +02:00
TheBeastLT
991065b4b6 [addon] fix availability ttl propagation 2021-06-20 21:56:59 +02:00
TheBeastLT
3e66db3717 [addon] show filename at the end of moch url for external players 2021-06-20 13:37:07 +02:00
TheBeastLT
f1a0bbb23e [addon] include bingeGroup in debrid download links 2021-06-18 21:36:05 +02:00
TheBeastLT
2c85ca2ec4 [addon] adaptive availability cache ttl 2021-06-18 21:34:26 +02:00
TheBeastLT
20472015c1 [addon] reduce hashes size when rd responds with empty 200 2021-06-17 17:09:09 +02:00
TheBeastLT
f3d326a55a [addon] cache rd availability results 2021-06-16 13:41:47 +02:00
dependabot[bot]
e5ba5e6b18 Bump glob-parent from 5.1.0 to 5.1.2 in /addon (#30)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-15 17:56:15 +02:00
TheBeastLT
379071380d bump parse title version 2021-06-14 10:45:23 +02:00
TheBeastLT
6e7c03010e [addon] bump putio client version 2021-05-25 10:27:46 +02:00
dependabot[bot]
22b23fad59 Bump bson from 1.1.3 to 1.1.6 in /addon (#28)
Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.3 to 1.1.6.
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/v1.1.6/HISTORY.md)
- [Commits](https://github.com/mongodb/js-bson/compare/v1.1.3...v1.1.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 08:05:00 +02:00
dependabot[bot]
2da13c4f3a Bump lodash from 4.17.19 to 4.17.21 in /addon (#27)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 11:11:15 +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
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