342119dba6
fix: A/B test 17: channel playlists lockupViewModel
2024-11-09 05:11:41 +01:00
7c4f44d09c
feat!: generate random visitorData, remove RustyPipeQuery::get_context
and YTContext<'a>
from public API
2024-10-23 01:51:16 +02:00
9e835c8f38
feat!: remove TvHtml5Embed client as it got disabled
2024-10-23 01:42:02 +02:00
e65f14556f
fix: A/B test 16 (pageHeaderRenderer on playlist pages)
2024-10-12 05:47:47 +02:00
7972df0df4
fix: A/B test 15 (parsing channel shortsLockupViewModel)
2024-09-10 03:12:16 +02:00
3599acafef
feat!: remove startpage
2024-08-18 03:03:11 +02:00
1cffb27cc0
feat!: add handle to ChannelItem, remove video_count
2024-08-17 03:05:57 +02:00
e6715700d9
feat!: update channel model, addd handle + video_count, remove tv/mobile banner
2024-08-17 02:44:47 +02:00
e608811e5f
feat!: add TV client
2024-07-30 01:55:24 +02:00
da1d1bd2a0
feat: make get_visitor_data() public
2024-06-16 02:18:04 +02:00
45b9f2a627
chore: fix clippy lints
CI / Test (push) Successful in 2m36s
2024-05-02 19:39:48 +02:00
5dbb288a49
chore: introduce MSRV
2024-05-02 18:46:21 +02:00
328177a9f5
ci: update to actions/checkout@v4
CI / Test (push) Failing after 45s
2024-04-12 00:16:17 +02:00
b0331f7250
fix: parse new comment model ( A/B#14 frameworkUpdates)
2024-04-02 01:49:43 +02:00
e4b204eae6
fix: move package attributes to workspace
CI / Test (push) Successful in 2m54s
2024-03-23 00:56:48 +01:00
f4f1f1e761
chore: update dependencies, use workspace deps
2024-03-22 00:53:27 +01:00
76c27f0324
fix: add support for A/B-13 (2-column layout for music playlists/albums)
CI / Test (push) Successful in 6m7s
2024-02-29 02:54:40 +01:00
339231924b
fix: update dictionary, fix parsing playlist dates in am
and no
CI / Test (push) Successful in 4m55s
2024-02-13 18:38:58 +01:00
d71da24136
tests: channel shorts: dont fetch more pages
...
CI / Test (push) Successful in 4m34s
In some cases YouTube does not return a continuation response when fetching the *Shorts* channel tab.
There should be more research done about this issue, for the moment this part of the test is disabled.
2024-02-13 17:53:38 +01:00
5275170f9a
fix: a/b test 12: parsing new channel page header
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-29 17:09:42 +01:00
342780ef68
fix: use url-safe base64, rename channel_info2 operation
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-24 16:21:53 +01:00
8458d878e7
refactor: generic search API
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-18 01:19:47 +01:00
4d124c6d98
fix: a/b test 11: parsing like count with new data model
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-04 02:47:33 +01:00
ba06e2c8c8
fix: a/b test 10: channel about modal
2023-11-03 21:46:55 +01:00
1ec1666d77
fix: tests, clippy lints
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-08 01:04:52 +02:00
ac25490435
chore: fix clippy lints
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-30 22:05:18 +02:00
4780096b00
tests: fix check for A/B test 6 (discography page)
2023-08-30 21:57:53 +02:00
22e298ff98
fix: a/b test 8: parsing view count for tracks
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-23 11:28:38 +02:00
b18698604b
add item types enum
2023-07-04 12:46:19 +02:00
8ea69d5453
fix!: remove music playlist search without filter
2023-07-03 16:57:23 +02:00
031b730c47
fix: add support for shorts playlists (A/B test 9)
2023-07-03 16:50:37 +02:00
32b4800b46
fix!: remove possible panic from client builder
...
ci/woodpecker/push/woodpecker Pipeline was successful
fix: simplify integer divisions
2023-05-31 12:14:11 +02:00
0cd018e37a
fix: add dictionary support for short timeago strings
2023-05-31 01:41:46 +02:00
cc2cadc309
fix: add support for A/B test 7 (short date format)
2023-05-28 21:07:03 +02:00
c8e2d342c6
feat: add support for new artist discography page
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-14 03:05:24 +02:00
bf80db8a9a
fix!: parse full video info from playlist items, remove PlaylistVideo model
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 23:10:05 +02:00
cbeb14f3fd
fix: add pedantic lints
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 02:40:26 +02:00
a6bf9359b9
docs: improve documentation
2023-05-13 00:08:14 +02:00
ef1cdbc91a
fix: shorts duration parsing, playlist dates (no), number_nd_tokens (is)
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-11 22:59:56 +02:00
e184341625
fix: improve language docs + string parsing
2023-05-11 17:18:58 +02:00
86775ea95b
feat: add audio track types
2023-05-11 17:18:58 +02:00
3a75ed8610
feat!: add channel_videos_tab, channel_videos_order,
...
remove channel_shorts, channel_livestreams
fix: parsing video types and short durations
2023-05-11 17:18:14 +02:00
6ad77d8daa
fix: limit serde_with features
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-09 17:35:21 +02:00
c06d357caf
fix: remove unneeded dev dependency
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-07 20:43:11 +02:00
781064218d
feat: add video duration parser
2023-05-07 14:09:30 +02:00
923e47e5cf
chore: update serde_with to 3.0.0
2023-05-06 21:24:42 +02:00
2241223c9f
refactor!: made timeago module private
2023-05-06 21:24:11 +02:00
800073df48
feat(codegen): collected video duration samples
2023-05-06 21:12:49 +02:00
19781eab36
fix: improve number parsing, add number_nd_tokens
...
add dictionary overrides
2023-05-06 17:36:36 +02:00
97492780c6
fix: parsing is_ytm for playlists
2023-05-06 03:17:43 +02:00