Commit graph

83 commits

Author SHA1 Message Date
FineFindus
57276a823c
feat(comments): add isChannelOwner field 2023-10-25 14:08:32 +02:00
FineFindus
3a1ea8bf07
feat(comments): add creator reply field 2023-10-11 16:07:32 +02:00
Kavin
0cda3836d5
Update NPE. 2023-10-10 22:57:34 +01:00
Kavin
719c2460df
Handle pubsub with a de-duplicating queue 2023-08-31 09:28:45 +01:00
Kavin
635688b5b7
Handle video updates from channel tabs. 2023-08-30 14:42:27 +01:00
Kavin
7b1f7dfb20
Use native SQL queries for removing from playlist. 2023-08-07 23:33:44 +01:00
Kavin
e48919d08b
Update NewPipeExtractor 2023-08-03 23:53:34 +01:00
Kavin
fa588aaf83
Optimize threading when batch fetching DeArrow parallelly 2023-07-22 05:39:22 +01:00
Kavin
369569d0f0
Implement batched fetching of dearrow content. 2023-07-19 00:47:06 +01:00
Kavin
f9289a05d1
Use a limited threadpool for handling pubsub requests. 2023-07-06 14:56:28 +01:00
Kavin
990388f0d4
reqwest4j is now async first 2023-06-30 14:42:10 +01:00
Bnyro
1cace30971 Add support for extracting the comment count 2023-06-26 12:05:16 +02:00
Kavin
9fd20dd7b1
Add itags to the streams api. 2023-06-10 22:31:57 +01:00
Kavin
53b03761d5
Fix extractor URL for YouTube. 2023-06-08 05:30:00 +01:00
Kavin
710f62f8e5
Use stream extractor directly to fix no streams found error. 2023-06-06 02:32:27 +01:00
Kavin
b9f8fc99f5
Add sentry videoId information to pubsub webhook. 2023-06-05 23:44:20 +01:00
Kavin
60b690366c
Fix another potential mismatch where the channel name can update from. 2023-06-05 08:01:07 +01:00
Kavin
0dd97c67ca
Fix for channels with too large name length. 2023-06-05 07:57:18 +01:00
Kavin
bb3bb3889a
Fix for fetching channels without a videos tab. 2023-06-01 19:12:54 +01:00
Bnyro
71b13d59c4 Simplify PlaylistHelper#getUserPlaylist 2023-05-29 21:35:56 +02:00
Bnyro
86152a457a Add route to change playlist description and add PlaylistsHelper 2023-05-29 19:03:45 +02:00
Kavin
61bfd478aa
Add content length property. 2023-05-26 19:55:01 +01:00
Kavin
fc7d3dd2a5
Filter out video tab from tabs. 2023-05-22 21:10:16 +01:00
Kavin
234adf1255
Fixes for the new new channel tab handler. 2023-05-22 21:10:16 +01:00
Kavin
f6639511aa
Implement support for extracting playlist description. 2023-05-22 21:10:16 +01:00
Kavin
5676881ec1
Fix missing transaction when trying to insert new videos in a playlist 2023-05-01 00:58:57 +01:00
Kavin
12e25c9c13
Attempt to add proper support for channel handles. 2023-04-27 13:22:04 +01:00
Kavin
f19f2b4c9a
Fix for subscriptions not working after hibernate update. 2023-04-27 08:08:45 +01:00
Kavin
f42a006d81
Fix existing code for new hibernate sanity checks. 2023-04-26 12:00:51 +01:00
Kavin
cb598371b0
Add check for query length. 2023-03-04 03:03:06 +00:00
Kavin
d74d683615
Fetch LBRY HLS stream. 2023-02-27 11:41:06 +00:00
Kavin
705a52cb7d
Handle S3 disabled better. 2023-02-02 15:52:51 +00:00
Kavin
37b2a41903
Add route to get file content. 2023-02-02 15:12:31 +00:00
Kavin
0e04526217
Implement persistent client-data storage with S3. 2023-02-02 13:03:11 +00:00
Bnyro
448659ea8a Allow POST requests for unauthenticated subscriptions 2023-01-29 20:07:06 +01:00
Kavin
e8b0f197a9
Drop IPFS publish code. 2023-01-14 14:42:42 +00:00
Kavin
c2a93d5354
Don't escape entire HTML, just the URL. 2023-01-14 14:36:43 +00:00
Bnyro
e19bfaad91 Show all available info as feed content 2023-01-09 18:58:48 +01:00
Bnyro
a9ab1ca895 Use the channel avatar as icon & image in channel RSS feeds 2023-01-09 18:26:16 +01:00
Bnyro
0099b5092e Use channel name for RSS channel feeds 2023-01-09 18:15:28 +01:00
Kavin
6c12f58ffb
Try removing join and replacing array altogether. 2023-01-08 14:44:33 +00:00
frajibe
27d14f7141 minor (put line breaks) 2023-01-07 15:24:06 +01:00
frajibe
a145ad4e77 introduce a dedicated method to clear a playlist 2023-01-07 13:01:27 +01:00
frajibe
fef6022104 feat: ability to clear a playlist from its videos (#1952) 2023-01-07 11:07:14 +01:00
Kavin
48ee0bba85
Clean code and throw error if no video was added. 2023-01-02 20:59:57 +00:00
Bnyro
e5556f38e5 Don't error out when a video of many is private when adding to playlist 2023-01-01 20:18:50 +01:00
Kavin
3b4f5274e6 Update NPE. 2022-12-19 21:02:15 +00:00
Kavin
bb8ec601f1 Update NPE. 2022-12-19 17:51:48 +00:00
Kavin
aa36c6f68b
Filter invalid channel IDs. 2022-12-14 20:38:19 +00:00
Kavin
b1b7dbb44a
Attempt to improve pubsub subscription handling. 2022-12-10 04:56:31 +00:00