Commit graph

605 commits

Author SHA1 Message Date
ThetaDev
339231924b
fix: update dictionary, fix parsing playlist dates in am and no 2024-02-13 18:38:58 +01:00
ThetaDev
d71da24136
tests: channel shorts: dont fetch more pages
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
ThetaDev
df9da157de
tests: remove channel mobile/tv banner assertion 2024-02-13 15:22:52 +01:00
ThetaDev
8950c3bd04
tests: remove unnecessary unwraps, improve assert functions 2024-02-13 15:17:50 +01:00
ThetaDev
6589016684
tests: update lyrics 2024-02-13 14:24:11 +01:00
ThetaDev
3b28121fdb
tests: update album snapshot 2024-02-10 18:26:41 +01:00
ThetaDev
bb41a71eef
tests: update get_video_details_no_desc test video (got taken down), update German trending playlist 2024-02-06 13:25:52 +01:00
ThetaDev
92c46424ca
tests: add back recommended videos assertion
YouTube video recommendations display normally again, there was probably a temporary outage.
2024-02-02 11:50:12 +01:00
ThetaDev
571c23f940
chore: fix tests
Video ZeerrnuLi5E does not show any recommendations. This is probably temporary, should keep an eye on it.
2024-02-02 03:38:12 +01:00
ThetaDev
ac0b687ec4
chore: cache CI deps on failure 2024-02-02 03:09:36 +01:00
ThetaDev
709e35e313
chore: add Gitea Actions workflow 2024-02-02 03:00:09 +01:00
ThetaDev
b4ee4f3f5f
chore: add Gitea Actions workflow 2024-02-02 02:58:26 +01:00
ThetaDev
0a362f7129
fix(tests): dont ignore 404 error on rss feed 2024-01-29 18:51:08 +01:00
ThetaDev
9516eb7e38
chore: update A/B test statuses 2024-01-29 17:17:16 +01:00
ThetaDev
5275170f9a
fix: a/b test 12: parsing new channel page header 2024-01-29 17:09:42 +01:00
ThetaDev
e5b8a9a9b0
fix(tests): update comment count 2024-01-29 01:41:46 +01:00
ThetaDev
b20940e934
fix(tests): dont fetch non-existant channel tabs 2024-01-24 17:22:44 +01:00
ThetaDev
c065af0851
fix(tests): change YTM playlist 2024-01-24 17:11:47 +01:00
ThetaDev
d413cad8bb
fix: number parsing for as,bs,it, update testdata 2024-01-24 12:48:13 +01:00
ThetaDev
fd3e128f50
fix: remove shorts duration parsing 2024-01-18 16:03:15 +01:00
ThetaDev
f618add384
chore: disable pedantic lints 2024-01-18 13:44:11 +01:00
ThetaDev
d38a1366e7
tests: disable channel shorts tests 2024-01-18 13:32:24 +01:00
ThetaDev
9ecf7eff74
chore: fix clippy lints 2024-01-18 13:23:56 +01:00
ThetaDev
11fe9a5fa1
fix(tests): update YTM snapshots 2024-01-18 13:21:10 +01:00
ThetaDev
8f0e146839
chore: update dependencies 2024-01-02 18:01:32 +01:00
ThetaDev
9e574d733d
fix: use new cookie consent token 2023-12-22 23:31:50 +01:00
ThetaDev
31a8fcf2fb
fix: search for sensitive topics 2023-12-21 21:22:38 +01:00
ThetaDev
7dc47b1090
tests: fix music_radio_not_found 2023-12-09 02:44:56 +01:00
ThetaDev
deeffacc1c
feat: use official date serializer, fix test 2023-12-06 21:53:35 +01:00
ThetaDev
cf24f978f2
tests: fix artist_albums test, add status to A/B test notes 2023-11-29 14:00:58 +01:00
ThetaDev
9a652d851f
fix: improve VecLogErr messages 2023-11-24 17:40:05 +01:00
ThetaDev
9d243fa0ad
fix: parsing text components with empty navigation endpoints 2023-11-24 17:22:35 +01:00
ThetaDev
e012489473
tests: remove audiobook test again 2023-11-24 16:33:20 +01:00
ThetaDev
342780ef68
fix: use url-safe base64, rename channel_info2 operation 2023-11-24 16:21:53 +01:00
ThetaDev
b0a0df50b4
fix: failing YTM tests (again) 2023-11-23 03:26:43 +01:00
ThetaDev
7ca17f725a
fix: failing YTM tests by changing objects 2023-11-23 03:08:13 +01:00
ThetaDev
0a02e946b3
chore: update woodpecker pipeline schema 2023-11-23 02:11:44 +01:00
ThetaDev
22deccb408 feat: add is_empty method to richtext 2023-11-21 13:29:46 +01:00
ThetaDev
8458d878e7 refactor: generic search API 2023-11-18 01:19:47 +01:00
ThetaDev
48ccfc5c06 fix: Arabic duration parsing 2023-11-15 01:42:04 +01:00
ThetaDev
a13262a273 fix: update dictionary 2023-11-15 01:15:08 +01:00
ThetaDev
bd0f3adba3 fix: remove dots from timeago tokens 2023-11-15 01:03:03 +01:00
ThetaDev
26fc5a0693 chore: sort dictionary 2023-11-15 00:49:13 +01:00
ThetaDev
53a8ec680a fix: support podcast episodes in new videos 2023-11-13 13:53:29 +01:00
ThetaDev
a5ec111af4 chore: update dependencies 2023-11-13 13:06:07 +01:00
ThetaDev
596b9c4d4a fix: remove serde_with json feature 2023-11-13 13:04:46 +01:00
ThetaDev
1a22dc835a fix: handle age restricted channels
refactor! rename ExtractionError::VideoUnavailable to ExtractionError::Unavailable
2023-11-05 22:43:04 +01:00
ThetaDev
b145080631 add test for a/b11 2023-11-05 16:55:42 +01:00
ThetaDev
4d124c6d98 fix: a/b test 11: parsing like count with new data model 2023-11-04 02:47:33 +01:00
ThetaDev
53cc9f1a27 fix: parsing Singhalese numbers 2023-11-04 02:03:17 +01:00