Commit graph

497 commits

Author SHA1 Message Date
ThetaDev
6c41ef2fb2
feat: prefix chip-style web links (social media) with the service name 2024-04-12 12:33:36 +02:00
ThetaDev
89cda7db59
ci: change changelog generation command 2024-04-12 03:40:53 +02:00
ThetaDev
4b3e895d4f
ci: fix changelog tag pattern 2024-04-12 03:26:19 +02:00
ThetaDev
8dc710a32e
ci: checkout whole repository 2024-04-12 00:34:42 +02:00
ThetaDev
328177a9f5
ci: update to actions/checkout@v4 2024-04-12 00:16:17 +02:00
ThetaDev
50fd1f08ca
chore: update rstest to v0.19.0 2024-04-11 23:11:20 +02:00
ThetaDev
97b6f07399
chore: changelog: fix incorrect version URLs 2024-04-11 13:51:30 +02:00
ThetaDev
b8825f9199
feat: add text formatting (bold/italic/strikethrough) 2024-04-03 03:28:13 +02:00
ThetaDev
449fc0128e
chore(release): release rustypipe v0.1.3 2024-04-02 01:52:43 +02:00
ThetaDev
490350fcfe
ci: dont run CI on pushed tags 2024-04-02 01:52:07 +02:00
ThetaDev
b0331f7250
fix: parse new comment model (A/B#14 frameworkUpdates) 2024-04-02 01:49:43 +02:00
ThetaDev
348c8523fe
revert: "fix: improve VecLogErr messages" (leads to infinite loop)
This reverts commit 9a652d851f.
2024-04-02 01:49:40 +02:00
ThetaDev
79c504954e
chore(release): release rustypipe v0.1.2 2024-03-26 21:23:37 +01:00
ThetaDev
180dd9891a
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
d765fa82f8
chore(release): release rustypipe v0.1.1 2024-03-26 20:23:59 +01:00
ThetaDev
0258c009e2
ci: add --allow-dirty to cargo publish 2024-03-26 20:23:39 +01:00
ThetaDev
78ba9cb34c
chore: fix release script (unquoted include paths) 2024-03-26 20:11:14 +01:00
ThetaDev
47e077e03b
chore(release): bump rustypipe to v0.1.1 2024-03-26 20:03:11 +01:00
ThetaDev
be314d57ea
chore: update user agent (FF 115.0) 2024-03-26 20:03:09 +01:00
ThetaDev
a81c3e8336
fix: parsing music details with video description tab 2024-03-24 02:34:53 +01:00
ThetaDev
f60b4bb1cd
chore(release): release rustypipe-cli v0.1.0 2024-03-23 00:57:24 +01:00
ThetaDev
886f793406
chore(release): release rustypipe-downloader v0.1.0 2024-03-23 00:57:16 +01:00
ThetaDev
e4b204eae6
fix: move package attributes to workspace 2024-03-23 00:56:48 +01:00
ThetaDev
9afa5ff0cc
ci: set registry on internal deps correctly 2024-03-23 00:40:54 +01:00
ThetaDev
6598a23d06
fix: specify internal dependency versions 2024-03-23 00:24:41 +01:00
ThetaDev
0bcced1db3
chore: changes to release command 2024-03-23 00:19:33 +01:00
ThetaDev
151dc34f6e
ci: fix outputting release message 2024-03-22 22:34:18 +01:00
ThetaDev
b8fc001ccf
chore(release): release rustypipe v0.1.0 2024-03-22 15:15:42 +01:00
ThetaDev
379698c66c
ci: use gitea token from secrets 2024-03-22 15:15:17 +01:00
ThetaDev
926f504136
ci: fix creating cargo dir 2024-03-22 15:08:22 +01:00
ThetaDev
c3cb46b8c1
test: fix channel_tab_not_found test 2024-03-22 15:02:45 +01:00
ThetaDev
9b7bd4c40c
ci: add release workflow 2024-03-22 14:57:27 +01:00
ThetaDev
c9f86c31f9
chore: fix git-cliff 2024-03-22 14:08:22 +01:00
ThetaDev
f0b21ed2b4
chore: add git-cliff 2024-03-22 03:06:03 +01:00
ThetaDev
0b384cee93
tests: fix tests 2024-03-22 00:53:48 +01:00
ThetaDev
f4f1f1e761
chore: update dependencies, use workspace deps 2024-03-22 00:53:27 +01:00
ThetaDev
edb5ab0abb
chore: update base64 to v0.22 2024-03-16 19:23:11 +01:00
ThetaDev
eecabffd18
tests: remove tokio_test::block_on 2024-03-16 19:21:30 +01:00
ThetaDev
95ab7c91c6
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
ff68cfb4e1
ci: use cimaster image 2024-03-03 01:58:41 +01:00
ThetaDev
76c27f0324
fix: add support for A/B-13 (2-column layout for music playlists/albums) 2024-02-29 02:54:40 +01:00
ThetaDev
bd04a87ad5
tests: update lyrics 2024-02-19 16:55:45 +01:00
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