ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-31 08:41:35 +01:00
3ad8f9b178 feat: add search item mapping (WIP)
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-31 08:39:50 +01:00
44da9c7cc5 feat: add album variants
3b738a55ad feat: add music album
566b3e5bfc feat: add music playlist
Compare 3 commits »
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-29 07:43:43 +02:00
b64aabb6b6 refactor: simplify channel mapping
082d1c6c92 refactor: remove askama_html dependency
6e77a2198d feat: add channel info to channel response items
Compare 3 commits »
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-28 23:56:55 +02:00
8026b08e2d feat: add channel_livestreams and channel_shorts tabs
17f71dc9f5 feat: add has_shorts/has_live info to channels
1c0c64a8bf feat: get YouTube visitor data
Compare 3 commits »
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-28 18:33:19 +02:00
4ebee5856e feat!: remove channel_videos_ordered due to unstable API
264f82346c feat: add visitor data option
Compare 2 commits »
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-24 07:46:28 +02:00
9d0ae0e9c2 feat: add visitor data parameter
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-19 00:25:40 +02:00
39b32da5a4 fix(channel): new rich grid renderer continuation format
9f7f337efd fix: remove split seconds
Compare 2 commits »
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-18 22:58:53 +02:00
3c1cc92461 refactor: replace chrono with time-rs
ThetaDev pushed to main at ThetaDev/musixmatch-inofficial 2022-10-18 20:53:46 +02:00
a00a38933f fix: switch to Rfc3339 date format
ThetaDev pushed to main at ThetaDev/musixmatch-inofficial 2022-10-18 19:47:17 +02:00
ea6a12846a fix: add time macro dependency
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-18 19:10:17 +02:00
b5f6b7a174 refactor: convert _or_bail macros to ok_or functions
ThetaDev pushed to main at ThetaDev/musixmatch-inofficial 2022-10-18 14:03:30 +02:00
7068b25dc2 refactor: migrate from chrono to time
ThetaDev pushed to main at ThetaDev/musixmatch-inofficial 2022-10-18 12:11:58 +02:00
bc0488da28 fix: small fixes, use fixture for tests
ThetaDev pushed to main at ThetaDev/rustypipe 2022-10-18 11:55:37 +02:00
9aafb84e0f feat: add verification to channel model
4d80dffcd5 refactor: make response models crate-private
55861739dc fix: download_testfiles
ae91c46fb2 refactor: remove query retries
3a0db09e23 fix: add visitor_data to recommendation paginator
Compare 12 commits »
ThetaDev pushed to refactor at ThetaDev/rustypipe 2022-10-18 11:47:03 +02:00
9aafb84e0f feat: add verification to channel model
4d80dffcd5 refactor: make response models crate-private
Compare 2 commits »
ThetaDev pushed to refactor at ThetaDev/rustypipe 2022-10-17 23:46:07 +02:00
55861739dc fix: download_testfiles
ThetaDev pushed to refactor at ThetaDev/rustypipe 2022-10-17 23:42:55 +02:00
ae91c46fb2 refactor: remove query retries
ThetaDev pushed to refactor at ThetaDev/rustypipe 2022-10-17 23:32:44 +02:00
3a0db09e23 fix: add visitor_data to recommendation paginator
39fca50731 test: add map_playlist_cont test
Compare 2 commits »
ThetaDev pushed to refactor at ThetaDev/rustypipe 2022-10-17 22:01:25 +02:00
4f48ad59bd refactor: update playlist model
ThetaDev pushed to refactor at ThetaDev/rustypipe 2022-10-17 12:50:24 +02:00
71c77fcfb6 refactor: update recommended video response model