Commit graph

491 commits

Author SHA1 Message Date
ThetaDev
aa5cd47dcd feat: add frameset 2023-05-11 17:18:58 +02:00
ThetaDev
e184341625 fix: improve language docs + string parsing 2023-05-11 17:18:58 +02:00
ThetaDev
86775ea95b feat: add audio track types 2023-05-11 17:18:58 +02:00
ThetaDev
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
ThetaDev
7e5cff719a refaactor: small cleanup 2023-05-11 17:18:14 +02:00
ThetaDev
c688ff74e9 feat: add storage_dir option
feat(cli): store config in userdata folder
2023-05-08 18:07:18 +02:00
ThetaDev
a51e42f563 feat: add HTTP request timeout 2023-05-08 16:40:37 +02:00
ThetaDev
c021496a55 refactor: uopdate NotFound error type 2023-05-08 15:21:06 +02:00
ThetaDev
289b1cdbf4 refactor: restructure VideoUnavailable error
remove internal error types from public interface
2023-05-08 03:36:54 +02:00
ThetaDev
6ab7b2415a refactor: make DeobfError private 2023-05-08 01:51:27 +02:00
ThetaDev
d7caba81d0 fix: update shorts duration regex 2023-05-08 01:18:14 +02:00
ThetaDev
c3f82f765b fix: add "1 video" tokens to dict 2023-05-07 19:29:19 +02:00
ThetaDev
29ad2f99d4 refactor: replace try_swap_remove 2023-05-07 18:15:13 +02:00
ThetaDev
0008e305c2 refactor: add iterators for parsing tokens 2023-05-07 18:00:49 +02:00
ThetaDev
b3331b36a7 Merge branch 'intl-tests' 2023-05-07 15:06:27 +02:00
ThetaDev
781064218d feat: add video duration parser 2023-05-07 14:09:30 +02:00
ThetaDev
2241223c9f refactor!: made timeago module private 2023-05-06 21:24:11 +02:00
ThetaDev
19781eab36 fix: improve number parsing, add number_nd_tokens
add dictionary overrides
2023-05-06 17:36:36 +02:00
ThetaDev
97492780c6 fix: parsing is_ytm for playlists 2023-05-06 03:17:43 +02:00
ThetaDev
0677fd487e fix: parsing music playlist video count 2023-05-06 01:58:23 +02:00
ThetaDev
e96d494505 refactor: remove by_char from dict 2023-05-06 01:37:07 +02:00
ThetaDev
72d817edd7 fix: update large number samples 2023-05-06 01:22:13 +02:00
ThetaDev
e94de9a0f6 fix: update playlist dates 2023-05-05 18:50:25 +02:00
ThetaDev
a45eba4705 refactor: replace VecLogError with standard Deserialize impl 2023-05-05 18:00:33 +02:00
ThetaDev
963ff14dc1 fix: playlist deserialization error, add VecSkipErrorWrap 2023-05-05 17:13:03 +02:00
ThetaDev
bb396968dc tests: completed for all languages
fix: parsing search videos without duration
2023-05-05 15:18:37 +02:00
ThetaDev
25025ef701 refactor: remove bail macros 2023-05-04 22:18:38 +02:00
ThetaDev
b88faa9d05 tests: run tests with different lang settings
fix: parsing subscriber count on channel search itms
fix: add warnings for all date and numstr parsing
fix: error parsing search suggestions
2023-05-04 21:44:10 +02:00
ThetaDev
6a99540ef5 fix: playlist ID regex, tests 2023-05-04 17:16:04 +02:00
ThetaDev
3aa8be423d fix: upload new tests 2023-05-01 21:25:08 +02:00
ThetaDev
fa4c845c2f chore: A/B test 5 2023-05-01 18:40:08 +02:00
ThetaDev
20ecea65ef fix: use response model for search suggestion 2023-05-01 10:51:12 +02:00
ThetaDev
f420200f52 fix: use xhr mode for search suggestions 2023-05-01 00:42:40 +02:00
ThetaDev
11b754f299 fix: default to verified for channels with carousel header 2023-04-27 19:20:35 +02:00
ThetaDev
a6ca665fdf docs: add docstring to loudness_db parameter 2023-04-27 00:54:43 +02:00
ThetaDev
5fbed49ac6 fix: client version regex 2023-04-25 00:11:54 +02:00
ThetaDev
8a14a47555 fix: dont create file storage by default 2023-04-23 18:41:34 +02:00
ThetaDev
ea80f8463d refactor: remove month_from_n function 2023-04-20 22:01:24 +02:00
ThetaDev
41e0a0304a fix: parsing subscriber count in carouselHeaderRenderer 2023-04-16 01:45:00 +02:00
ThetaDev
44a46dbeb9 fix: refactor client version extraction, set client timezone 2023-04-15 01:10:08 +02:00
ThetaDev
b7ecd1e4a3 fix: support MusicCardShelfRenderer (music search results) 2023-04-09 11:51:19 +02:00
ThetaDev
0164fac2e0 fix: error on empty YT pagination responses 2023-04-05 19:23:08 +02:00
ThetaDev
d749500a04 fix: A/B test 4, video tab on the trending page 2023-04-02 01:16:46 +02:00
ThetaDev
7bcff13eb8 fix: use fixed testfiles location 2023-03-25 23:18:49 +01:00
ThetaDev
3a2e4c8abe fix: parse view count on shorts 2023-03-21 22:54:47 +01:00
ThetaDev
9fbacb2318 fix: accept empty playlist continuation 2023-03-13 16:55:25 +01:00
ThetaDev
b4ca16caf8 fix: accept empty music continuations 2023-03-13 16:36:21 +01:00
ThetaDev
4b985583c0 feat(cli): add search function 2023-03-10 19:58:45 +01:00
ThetaDev
630ea5960f fix: add model conversion, generic string arg 2023-03-10 19:04:27 +01:00
ThetaDev
3458924018 fix: generic str for resolve_string 2023-03-10 17:32:11 +01:00