Commit Graph

319 Commits

Author SHA1 Message Date
dependabot[bot] c3432b30b0 Bump fastutil-core from 8.5.7 to 8.5.8
Bumps [fastutil-core](https://github.com/vigna/fastutil) from 8.5.7 to 8.5.8.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.5.7...8.5.8)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 15:25:34 +00:00
Kavin 24482e933e
Merge pull request #187 from TeamPiped/clips-id
Add Support for extracting videoId from clipId
2022-02-10 15:02:32 +00:00
FireMasterK a538028c51
Add test for Clips. 2022-02-10 15:00:03 +00:00
FireMasterK f28d40dffe
Add support for extracting videoId from clipId. 2022-02-10 14:57:08 +00:00
dependabot[bot] 2ab23ba905 Bump fastutil-core from 8.5.6 to 8.5.7
Bumps [fastutil-core](https://github.com/vigna/fastutil) from 8.5.6 to 8.5.7.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/compare/8.5.6...8.5.7)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 14:28:25 +00:00
Kavin 7eeff6eec4
Refractor codebase and improve video data update handling. (#185) 2022-02-09 03:06:52 +00:00
Kavin ec3b69b7a7
Add shortDescription parameter to StreamItem. (#184) 2022-02-08 14:43:45 +00:00
Kavin cf32a60ed1
Add uploaded field to StreamItem. (#183) 2022-02-06 15:33:46 +00:00
Kavin b54248b47f
Remove casts by specifying type. (#182) 2022-02-03 11:57:07 +00:00
dependabot[bot] 26d2d3e405 Bump docker/build-push-action from 2.8.0 to 2.9.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 11:56:27 +00:00
Kavin 8ba39000b1
Simplify comparators (#181) 2022-02-03 11:29:59 +00:00
Kavin 3748afdd72
Fix for empty lbry streams. (#180) 2022-02-02 21:23:37 +00:00
Kavin c07cf5fd1f
Refactor Utility methods and migrate to OkHttp (#179) 2022-02-02 21:05:22 +00:00
dependabot[bot] b2cf84b41f Bump postgresql from 42.3.1 to 42.3.2
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.1 to 42.3.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.1...REL42.3.2)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 13:10:10 +00:00
Kavin 9c926d3183
Force use HTTP 1.1 temporarily. (#177) 2022-02-02 08:05:43 +00:00
Kavin f774d23fef
Update NewPipeExtractor (#176) 2022-02-02 05:33:23 +00:00
Kavin 8880a884c3
Add feed retention configuration option. (#174) 2022-01-31 04:17:16 +00:00
dependabot[bot] 69504eb808 Bump hibernate-hikaricp from 5.6.4.Final to 5.6.5.Final
Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.4.Final to 5.6.5.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.5/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.4...5.6.5)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 18:44:09 +00:00
dependabot[bot] 5e458b7a5f Bump hibernate-core from 5.6.4.Final to 5.6.5.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.4.Final to 5.6.5.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.5/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.4...5.6.5)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 18:43:27 +00:00
Kavin 9aa16b3299
Improvements to caffeine caching. (#171) 2022-01-26 04:00:56 +00:00
dependabot[bot] de9f855fcc Bump hibernate-hikaricp from 5.6.3.Final to 5.6.4.Final
Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.3.Final to 5.6.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.4/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.3...5.6.4)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-19 14:45:42 +00:00
dependabot[bot] 9b7081bd1f Bump docker/build-push-action from 2.7.0 to 2.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-19 14:45:10 +00:00
dependabot[bot] 5449609983 Bump hibernate-core from 5.6.3.Final to 5.6.4.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.3.Final to 5.6.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.4/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.3...5.6.4)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-19 14:44:28 +00:00
Kavin 322610dbbb
Rewrite chapter image URLs. (#167) 2022-01-13 04:22:09 +00:00
dependabot[bot] a438faa577 Bump HikariCP from 5.0.0 to 5.0.1
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.0.0...HikariCP-5.0.1)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 20:18:46 +00:00
dependabot[bot] b8e69d01a8 Bump activej-launchers-http from 5.0 to 5.1
Bumps activej-launchers-http from 5.0 to 5.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-launchers-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 02:09:44 +00:00
dependabot[bot] 7d2919ee84 Bump activej-common from 5.0 to 5.1
Bumps activej-common from 5.0 to 5.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 02:09:38 +00:00
dependabot[bot] 9e85b1d6a1 Bump activej-specializer from 5.0 to 5.1
Bumps activej-specializer from 5.0 to 5.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-specializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 02:09:09 +00:00
dependabot[bot] 24fc169683 Bump activej-http from 5.0 to 5.1
Bumps activej-http from 5.0 to 5.1.

---
updated-dependencies:
- dependency-name: io.activej:activej-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 02:09:00 +00:00
dependabot[bot] 17633d9b12 Bump activej-boot from 5.0 to 5.1
Bumps [activej-boot](https://github.com/activej/activej) from 5.0 to 5.1.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v5.0...v5.1)

---
updated-dependencies:
- dependency-name: io.activej:activej-boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 16:27:35 +00:00
dependabot[bot] da92699add Bump com.github.johnrengelman.shadow from 7.1.1 to 7.1.2
Bumps com.github.johnrengelman.shadow from 7.1.1 to 7.1.2.

---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 13:08:33 +00:00
dependabot[bot] 239f04b9fa Bump rome from 1.17.0 to 1.18.0
Bumps [rome](https://github.com/rometools/rome) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/rometools/rome/releases)
- [Commits](https://github.com/rometools/rome/compare/1.17.0...1.18.0)

---
updated-dependencies:
- dependency-name: com.rometools:rome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 13:08:14 +00:00
dependabot[bot] 04d4668666 Bump rome from 1.16.0 to 1.17.0
Bumps [rome](https://github.com/rometools/rome) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/rometools/rome/releases)
- [Commits](https://github.com/rometools/rome/compare/1.16.0...1.17.0)

---
updated-dependencies:
- dependency-name: com.rometools:rome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 13:09:41 +00:00
Kavin c22e8d878b
Add proper mime for rss feeds, and preconnect header for proxy (#157) 2021-12-27 08:54:48 +00:00
Kavin a3676cbb86
readme: initial version (#156) 2021-12-25 16:53:42 +00:00
Kavin 2923e1ec76
Fix feed validation errors (#155) 2021-12-25 16:46:39 +00:00
Kavin 49f439e761
Add null-check for SponsorBlock endpoint (#154) 2021-12-24 14:17:02 +00:00
Kavin 0c86edc1be
Build OpenJ9 Images for arm (#153) 2021-12-24 13:51:48 +00:00
dependabot[bot] 85795fde3f Bump spring-security-crypto from 5.6.0 to 5.6.1
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.6.0...5.6.1)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-21 17:13:11 +00:00
dependabot[bot] 4e98709ecd Bump docker/login-action from 1.11.0 to 1.12.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-21 17:12:40 +00:00
Kavin 4c317a6158
Change rss entry from id to link (#150)
Uri -> Link
2021-12-20 14:36:20 +00:00
Kavin b0872ce414
Update default frontend uri (#149) 2021-12-20 14:21:45 +00:00
dependabot[bot] 5fd34b5b67 Bump jackson-annotations from 2.13.0 to 2.13.1
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 13:41:13 +00:00
dependabot[bot] 1dee95c6e3 Bump jackson-databind from 2.13.0 to 2.13.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 13:40:03 +00:00
dependabot[bot] 8cc379a7c4 Bump jackson-core from 2.13.0 to 2.13.1
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.0...jackson-core-2.13.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 13:39:55 +00:00
dependabot[bot] 41f6a4d9b3 Bump docker/login-action from 1.10.0 to 1.11.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 13:39:45 +00:00
dependabot[bot] 47f7e171b3 Bump hibernate-core from 5.6.2.Final to 5.6.3.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.2.Final to 5.6.3.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.2...5.6.3)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 06:17:25 -07:00
dependabot[bot] 73aa8316c3 Bump hibernate-hikaricp from 5.6.1.Final to 5.6.3.Final
Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.1.Final to 5.6.3.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.3)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 06:14:16 -07:00
dependabot[bot] 0e592462b3 Bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.1
Bumps com.github.johnrengelman.shadow from 7.1.0 to 7.1.1.

---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 11:21:39 -07:00
dependabot[bot] fb23da023f Bump hibernate-core from 5.6.1.Final to 5.6.2.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.1.Final to 5.6.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.2/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.2)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-11 13:50:14 -07:00