Commit Graph

107 Commits

Author SHA1 Message Date
FireMaskterK 98127b8c0e
Implement chapter segment support.
Closes https://github.com/TeamPiped/Piped/issues/600
2021-11-04 19:21:26 +00:00
FireMaskterK 5feec94220
Fix url rewrite issues
Closes https://github.com/TeamPiped/Piped/issues/598
2021-11-04 17:45:39 +00:00
FireMaskterK 759a6445f0
Fix for Comment repliesPage being "null" when not present. 2021-11-01 19:58:44 +00:00
FireMaskterK 86154a1a29
Allow Avatar URL to change in channel. 2021-10-31 17:48:34 +00:00
FireMaskterK ceced61e60
Fix for Chromium depreciation warning. 2021-10-26 18:22:31 +01:00
FireMaskterK f731308dcc
Implement OpenSearch api. 2021-10-25 23:55:29 +01:00
FireMaskterK b63786a15e
Cache videos for a maximum of 30 seconds on the client side. 2021-10-23 23:13:54 +01:00
FireMaskterK 1c1dd05455
Add timeout for LBRY calls. 2021-10-12 11:44:21 +01:00
FireMaskterK 022a0af007
Include search corrections in API. 2021-10-10 00:24:29 +01:00
FireMaskterK 2c7baa0710
Don't fail hard when LBRY throws errors. 2021-10-06 16:37:47 +01:00
FireMaskterK a1a3e717b2 Add option to disable HIBP password check.
Usage of this option is discouraged for password security reason.
2021-10-04 19:57:56 +01:00
FireMasterK d03c677a7f
Fix for possible NPE. 2021-10-03 09:55:13 +01:00
FireMasterK 08aeefa099
Add support for legacy bcrypt hashes from Invidious 2021-10-03 09:02:43 +01:00
FireMasterK cc3976b454
Improve livestream detection. 2021-10-01 18:53:54 +01:00
FireMasterK 29fb9b02a2
Add support for extracting replies and update NPE. 2021-09-22 15:18:24 +01:00
FireMasterK 84bd3aa164
Improve feed query performance. 2021-09-21 22:35:12 +01:00
FireMasterK aae627a423
Remove debug constant. 2021-09-21 22:34:25 +01:00
FireMasterK d6a2d92eeb
Refractor repeated code. 2021-09-10 00:55:16 +05:30
FireMasterK baa84e9403
Refractor and improve log handling. 2021-09-10 00:19:46 +05:30
FireMasterK e38d989a5e
Add FRONTEND_URL configuration property. 2021-09-09 13:35:19 +05:30
FireMasterK cdcae82c4d
Check if passwords are compromised in HIBP. 2021-09-06 00:49:54 +05:30
FireMasterK 721f197bd8
Use substringAfter to cleanup code and fix YouTube music URLs. 2021-09-06 00:14:24 +05:30
FireMasterK c7338f85f3
Fix NPE in YouTube Music search. 2021-09-05 03:31:48 +05:30
FireMasterK 0fe215ea67
Unify video/StreamInfoItem in Search Results. 2021-09-04 01:02:51 +05:30
FireMasterK 1524085577
Rename field to fix consistency issues. 2021-09-03 23:05:58 +05:30
FireMasterK b2c9ffa789
Update NewPipeExtractor and extract more info. 2021-09-03 22:01:26 +05:30
FireMasterK f4b0884978
Commit missing import and fix build. 2021-08-28 13:36:09 +05:30
FireMasterK 3e99d1d806
Add support for overriding subscriptions when importing. 2021-08-28 13:27:56 +05:30
FireMasterK a15ad70817
Remove unnecessary methods. 2021-08-21 01:55:45 +05:30
FireMasterK 15f7eef82c
Cleanup PubSub query. 2021-08-21 01:52:39 +05:30
FireMasterK f9f4dd8e74
Add verified info in more places. 2021-08-18 01:37:49 +05:30
FireMasterK 90d04f9e4f
Implement uploaderVerified for feed response. 2021-08-17 22:59:15 +05:30
FireMasterK e4f071b72a
Add Dash URL to streams response. 2021-08-16 01:21:48 +05:30
3nprob aed1da4aae
Make listening port configurable (#95)
Co-authored-by: 3nprob <3nprob@3nprob>
2021-08-14 16:12:55 +05:30
ChunkyProgrammer b28356d0ed
get channel subscriber count (#94)
update
2021-08-14 09:58:52 +05:30
3nprob ce5881bad1
Add support for outbound http proxy (#93)
* Add support for outbound http proxy

* Simplify logic and fix typos.

Co-authored-by: 3nprob <3nprob@3nprob>
Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-08-14 00:08:15 +05:30
FireMasterK a0c5898f4d
Fix CommentorURL NPE and wrong substring. 2021-08-12 22:57:44 +05:30
FireMasterK 0c4856933b
Add lbryId to streams response. 2021-08-08 16:47:58 +05:30
FireMasterK 9d09232319
Fix NPE and add comments disabled field. 2021-07-31 16:09:06 +05:30
FireMasterK 3bc9d05fc4
Update NPE fork and fix comments. 2021-07-30 00:51:37 +05:30
FireMasterK 17dc0aa1ac
Fix LBRY stream extraction. 2021-07-28 13:33:39 +05:30
FireMasterK f66e77330e
Add route to see subscriptions. 2021-07-23 01:34:21 +05:30
FireMasterK b4c96729b7
Alter video title's max size.
See #pnfdBcKHoUw
2021-07-23 00:29:13 +05:30
FireMasterK 8c6ada2acf
Resp code should be 202 and not 204. 2021-07-22 15:29:59 +05:30
FireMasterK 6641ddc043
Add null-check for logging exceptions. 2021-07-22 15:16:47 +05:30
FireMasterK b8c6fbf9b1
Log pubsub failures. 2021-07-22 15:13:27 +05:30
FireMasterK cf9d1cd8cf
Print stacktraces on any errors. 2021-07-21 18:07:43 +05:30
FireMasterK 3d030b6968
Update field names for better reusablity. 2021-07-21 17:49:05 +05:30
FireMasterK e03f2661b4
Add null check for pubsub. 2021-07-21 02:57:28 +05:30
FireMasterK a1ed146924
Handle invalid requests gracefully. 2021-07-21 02:36:29 +05:30