Commit graph

496 commits

Author SHA1 Message Date
ThetaDev
af19de665e ci: change changelog generation command 2024-04-12 03:40:53 +02:00
ThetaDev
c4110d6b26 ci: fix changelog tag pattern 2024-04-12 03:26:19 +02:00
ThetaDev
7f13a0386b ci: checkout whole repository 2024-04-12 00:34:42 +02:00
ThetaDev
894abe344c ci: update to actions/checkout@v4 2024-04-12 00:16:17 +02:00
ThetaDev
f553ef88d6 chore: update rstest to v0.19.0 2024-04-11 23:11:20 +02:00
ThetaDev
f686177e7c chore: changelog: fix incorrect version URLs 2024-04-11 13:51:30 +02:00
ThetaDev
5cf2c73ee6 feat: add text formatting (bold/italic/strikethrough) 2024-04-03 03:28:13 +02:00
ThetaDev
bedd73b7d9 chore(release): release rustypipe v0.1.3 2024-04-02 01:52:43 +02:00
ThetaDev
af6f55c1e5 ci: dont run CI on pushed tags 2024-04-02 01:52:07 +02:00
ThetaDev
0fdd729326 fix: parse new comment model (A/B#14 frameworkUpdates) 2024-04-02 01:49:43 +02:00
ThetaDev
522e28b72e revert: "fix: improve VecLogErr messages" (leads to infinite loop)
This reverts commit 3d1b31bdde.
2024-04-02 01:49:40 +02:00
ThetaDev
4e071808bf chore(release): release rustypipe v0.1.2 2024-03-26 21:23:37 +01:00
ThetaDev
d5ca6a87d3 fix: correctly parse subscriber count with new channel header
It looks like A/B test 12 has changed the text field order for the subscriber count slightly. Support was added to correctly parse both variants
2024-03-26 21:19:51 +01:00
ThetaDev
de1bc8dee2 chore(release): release rustypipe v0.1.1 2024-03-26 20:23:59 +01:00
ThetaDev
b0a7e5b0bb ci: add --allow-dirty to cargo publish 2024-03-26 20:23:39 +01:00
ThetaDev
56a5415349 chore: fix release script (unquoted include paths) 2024-03-26 20:11:14 +01:00
ThetaDev
dc4ecf2f3d chore(release): bump rustypipe to v0.1.1 2024-03-26 20:03:11 +01:00
ThetaDev
819ae447d2 chore: update user agent (FF 115.0) 2024-03-26 20:03:09 +01:00
ThetaDev
a267413a82 fix: parsing music details with video description tab 2024-03-24 02:34:53 +01:00
ThetaDev
e5d85ae76d chore(release): release rustypipe-cli v0.1.0 2024-03-23 00:57:24 +01:00
ThetaDev
aa7f130751 chore(release): release rustypipe-downloader v0.1.0 2024-03-23 00:57:16 +01:00
ThetaDev
866209c70f fix: move package attributes to workspace 2024-03-23 00:56:48 +01:00
ThetaDev
d71ac9f05a ci: set registry on internal deps correctly 2024-03-23 00:40:54 +01:00
ThetaDev
bdc9066141 fix: specify internal dependency versions 2024-03-23 00:24:41 +01:00
ThetaDev
930eac1313 chore: changes to release command 2024-03-23 00:19:33 +01:00
ThetaDev
2f2574e81d ci: fix outputting release message 2024-03-22 22:34:18 +01:00
ThetaDev
3d16918246 chore(release): release rustypipe v0.1.0 2024-03-22 15:15:42 +01:00
ThetaDev
7b2b4ef198 ci: use gitea token from secrets 2024-03-22 15:15:17 +01:00
ThetaDev
d0ee4ce146 ci: fix creating cargo dir 2024-03-22 15:08:22 +01:00
ThetaDev
95ddb4f27e test: fix channel_tab_not_found test 2024-03-22 15:02:45 +01:00
ThetaDev
6674c058c2 ci: add release workflow 2024-03-22 14:57:27 +01:00
ThetaDev
57d5cf16a4 chore: fix git-cliff 2024-03-22 14:08:22 +01:00
ThetaDev
7b364e65ef chore: add git-cliff 2024-03-22 03:06:03 +01:00
ThetaDev
7fbcedc8a6 tests: fix tests 2024-03-22 00:53:48 +01:00
ThetaDev
cfcf8ffb0e chore: update dependencies, use workspace deps 2024-03-22 00:53:27 +01:00
ThetaDev
0111f14646 chore: update base64 to v0.22 2024-03-16 19:23:11 +01:00
ThetaDev
4c62672e45 tests: remove tokio_test::block_on 2024-03-16 19:21:30 +01:00
ThetaDev
b012436bf8 feat!: add rich text description to playlists and albums
fix: panic when parsing new music album/playlist layout
2024-03-09 14:34:58 +01:00
ThetaDev
d2cb8f208b ci: use cimaster image 2024-03-03 01:58:41 +01:00
ThetaDev
c402f463b4 fix: add support for A/B-13 (2-column layout for music playlists/albums) 2024-02-29 02:54:40 +01:00
ThetaDev
2fb210b363 tests: update lyrics 2024-02-19 16:55:45 +01:00
ThetaDev
582a386d76 fix: update dictionary, fix parsing playlist dates in am and no 2024-02-13 18:38:58 +01:00
ThetaDev
ebac82421b 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
41677303d5 tests: remove channel mobile/tv banner assertion 2024-02-13 15:22:52 +01:00
ThetaDev
c557470f86 tests: remove unnecessary unwraps, improve assert functions 2024-02-13 15:17:50 +01:00
ThetaDev
93826e2647 tests: update lyrics 2024-02-13 14:24:11 +01:00
ThetaDev
d83b326d1a tests: update album snapshot 2024-02-10 18:26:41 +01:00
ThetaDev
46effb2201 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
f0ae51fc9a 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
45b1d28023 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