Bnyro
|
49a9cd07fd
|
feat: add uploaded timestamp to streams response
|
2024-06-14 22:52:44 +02:00 |
|
Kavin
|
d5572d70a7
|
Disable ump and srfvp for now.
|
2024-04-02 01:54:31 +01:00 |
|
Bnyro
|
6cac1ca8a1
|
chore: remove unused imports
|
2024-03-15 14:52:24 +01:00 |
|
Bnyro
|
30e6bf2a7d
|
feat(rss feed): add optional query parameter 'filter' ('shorts' or 'videos')
|
2024-03-15 14:49:02 +01:00 |
|
Bnyro
|
b0c6116d1f
|
refactor: simplify FeedHandlers.java by introducing FeedHelpers.java
|
2024-03-15 14:33:07 +01:00 |
|
Bnyro
|
25a49ce137
|
Merge pull request #769 from Bnyro/rss-duration
feat: add channel info to rss feed if no videos found
|
2024-03-14 19:52:45 +01:00 |
|
FineFindus
|
cd4bc36f4f
|
feat(sponsorblock): support actionTypes (#766)
* feat(sponsorblock): support actionTypes
* feat(sponsorblock): handle nullable actionType
* style: correctly format assignment
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
---------
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
|
2024-03-13 21:41:46 +01:00 |
|
Bnyro
|
26844fcc1d
|
fix: format duration in rss feed
|
2024-01-19 14:36:28 +01:00 |
|
Bnyro
|
7b9e0ac432
|
feat: add channel info to rss feed if no videos found
|
2024-01-19 14:23:04 +01:00 |
|
Kavin
|
1f1fef1644
|
Fix wrong order of reqwest parameters.
|
2023-12-17 06:30:13 +00:00 |
|
Kavin
|
bae104a03b
|
Enable sending consent cookie.
|
2023-12-17 04:50:47 +00:00 |
|
Kavin
|
68bbf3c0f8
|
Improvements to reqwest4j init, warm up extractor, init youtube country on new thread
|
2023-12-17 02:12:02 +00:00 |
|
Kavin
|
03da4db386
|
Add timeout when fetching response from downloader.
|
2023-12-03 19:15:22 +00:00 |
|
Kavin
|
4a3a4236c0
|
Only enable ump for now.
|
2023-11-28 01:20:04 +00:00 |
|
Kavin
|
9fb16d4384
|
Add support for UMP.
|
2023-11-27 23:49:52 +00:00 |
|
Kavin
|
39d3168227
|
Include path in qhash
|
2023-11-20 08:31:19 +00:00 |
|
Kavin
|
fdbeffaf37
|
Fix null qstring.
|
2023-11-20 06:09:26 +00:00 |
|
Kavin
|
8d04aca336
|
Always add new query string.
|
2023-11-20 05:46:57 +00:00 |
|
Kavin
|
268e599421
|
Implement blake3 proxy query hash
|
2023-11-20 05:18:29 +00:00 |
|
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
|
52229ed8c7
|
Use virtual threads.
|
2023-10-10 22:46:43 +01:00 |
|
Bnyro
|
0d6feff34d
|
feat: support for embeds in the feed rss endpoints
|
2023-09-19 22:08:47 +02:00 |
|
Kavin
|
719c2460df
|
Handle pubsub with a de-duplicating queue
|
2023-08-31 09:28:45 +01:00 |
|
Kavin
|
1b41b75243
|
Fix extractor not fetching page.
|
2023-08-30 23:53:04 +01:00 |
|
Kavin
|
17f29b5238
|
Use extractor directly instead of StreamInfo for handling new videos
|
2023-08-30 15:10:07 +01:00 |
|
Kavin
|
635688b5b7
|
Handle video updates from channel tabs.
|
2023-08-30 14:42:27 +01:00 |
|
Kavin
|
1d2ef196be
|
Fix channel save new video handling.
|
2023-08-30 13:23:43 +01:00 |
|
Kavin
|
b84e3570bd
|
Check if authenticated before helping other instances
|
2023-08-27 14:38:24 +01:00 |
|
Kavin
|
ec85beba5f
|
Update reqwest4j.
|
2023-08-21 09:49:23 +01:00 |
|
Kavin
|
e32ffb16a1
|
Run Liquibase migrations blocking before startup.
|
2023-08-14 10:59:42 +01:00 |
|
Kavin
|
28a1a481c7
|
Register YugabyteDB extension.
|
2023-08-14 10:15:32 +01:00 |
|
Kavin
|
8f6a954cca
|
Fix datatypes and drop unused duplicate index.
|
2023-08-13 23:54:42 +01:00 |
|
Kavin
|
d81bb969c7
|
Register postgres driver.
|
2023-08-13 23:31:42 +01:00 |
|
Kavin
|
71403e93af
|
Add liquibase to perform database migrations
|
2023-08-13 23:20:30 +01:00 |
|
Kavin
|
7b1f7dfb20
|
Use native SQL queries for removing from playlist.
|
2023-08-07 23:33:44 +01:00 |
|
Kavin
|
0753e30ea5
|
Add no args constructor to fix matrix deserialization issues.
|
2023-08-04 15:56:37 +01:00 |
|
Kavin
|
582a5f4596
|
Merge pull request #663 from TeamPiped/npe-update
Update NewPipeExtractor
|
2023-08-03 23:59:37 +01:00 |
|
Kavin
|
e48919d08b
|
Update NewPipeExtractor
|
2023-08-03 23:53:34 +01:00 |
|
Kavin
|
30806effc9
|
Minor formatting changes.
|
2023-08-03 23:50:46 +01:00 |
|
Bnyro
|
adacbfe285
|
feat: support for meta info of videos
|
2023-08-03 15:40:46 +02:00 |
|
Bnyro
|
36edf34793
|
add visibility, license and tags to streams info
|
2023-07-29 11:20:01 +02:00 |
|
Kavin
|
75883f6588
|
Merge pull request #660 from TeamPiped/excluded-update
Use excluded in DO UPDATE SET
|
2023-07-28 11:51:05 +01:00 |
|
Kavin
|
37b2fca2fd
|
Fix type mismatch error.
|
2023-07-28 11:50:21 +01:00 |
|
Kavin
|
8aefd7023d
|
Use excluded in DO UPDATE SET
|
2023-07-28 11:46:34 +01:00 |
|
Kavin
|
ca6e7cec7f
|
Initialize Reqwest in Constants to prevent circular dependency
|
2023-07-28 11:42:21 +01:00 |
|
Kavin
|
88e38bd8a1
|
Fix video update on conflict insert
|
2023-07-28 11:15:03 +01:00 |
|
Kavin
|
f4040772a2
|
Suppress video insert errors on conflict
|
2023-07-28 11:11:28 +01:00 |
|
Kavin
|
1aac9fed1a
|
Implement randomTime for videos that don't exist in dearrow.
|
2023-07-25 03:04:28 +01:00 |
|