Commit graph

91 commits

Author SHA1 Message Date
2cd74b1da8 feat: add lyrics 2022-11-11 00:14:58 +01:00
dae8c1e775 fix: used borrowed str for QBrowse 2022-11-10 23:26:05 +01:00
e4046aef00 feat: add track details, radios 2022-11-10 23:19:11 +01:00
9b6c952fd3 fix: support YTM browse urls 2022-11-09 21:02:21 +01:00
ea16a3e74f fix: ignore radio items from search 2022-11-09 12:48:44 +01:00
220e335314 test: video stream response 2022-11-09 09:24:14 +01:00
23f3046144 feat: extract artist id from dropdown menu 2022-11-08 13:33:41 +01:00
c263ba2345 feat: resolve music album urls 2022-11-07 23:01:10 +01:00
0101fc0c6b fix: retry on 429 status, handle episodes 2022-11-06 22:54:19 +01:00
0bd742e836 refactor: change YTM search API 2022-11-06 22:07:41 +01:00
8af1ae303d feat: add related playlists 2022-11-06 20:45:50 +01:00
dfd33d5e9b feat: add album description 2022-11-06 19:43:24 +01:00
6f07095757 feat: add music artists 2022-11-06 18:30:06 +01:00
68342cecab feat: add more extraction errors 2022-11-04 21:28:13 +01:00
01a131ed6f fix: improve album artist parsing, remove artists_txt field 2022-11-02 21:22:35 +01:00
b38bc711c7 test: add integration tests for YTM albums/search 2022-11-01 15:43:00 +01:00
c7ae2f8531 fix: failing video_details_music comment test 2022-11-01 00:27:06 +01:00
dac2b17dc2 feat: music search filter/cont, refactored paginator 2022-10-31 23:05:27 +01:00
44da9c7cc5 feat: add album variants 2022-10-30 22:59:02 +01:00
566b3e5bfc feat: add music playlist 2022-10-29 19:57:28 +02:00
082d1c6c92 refactor: remove askama_html dependency 2022-10-29 00:50:12 +02:00
8026b08e2d feat: add channel_livestreams and channel_shorts tabs 2022-10-28 23:56:13 +02:00
4ebee5856e feat!: remove channel_videos_ordered due to unstable API 2022-10-28 18:31:42 +02:00
9d0ae0e9c2 feat: add visitor data parameter 2022-10-24 07:45:57 +02:00
3c1cc92461 refactor: replace chrono with time-rs 2022-10-18 22:53:09 +02:00
9aafb84e0f feat: add verification to channel model
- clean up response models
- change verification status serialization
2022-10-18 11:45:51 +02:00
dbcb7fe0df refactor: use unified models for video/playlist/channel 2022-10-17 00:55:49 +02:00
b22f6995cc feat: add URL resolver 2022-10-16 01:40:52 +02:00
9ced819abe feat: add starpage continuation 2022-10-15 12:02:53 +02:00
0bc9496865 feat: add trending 2022-10-14 00:03:10 +02:00
77960170bb feat: add search suggestions 2022-10-13 00:59:54 +02:00
bbaa6cdb90 feat: add fallback to player query 2022-10-13 00:05:44 +02:00
62853d50bf tests: add tests for YT internal channels, remove RSS default feature 2022-10-12 21:17:54 +02:00
de118c59c4 fix: handle channel_rss not found 2022-10-12 01:13:32 +02:00
0d1e569248 fix: handle video details not found 2022-10-12 00:01:25 +02:00
eb9d3680cc fix: handle itemSectionRenderer in recommended videos 2022-10-11 22:42:48 +02:00
79b7fcf92c fix: handle playlist not found 2022-10-11 19:50:43 +02:00
562ac2df7e fix: retry on empty continuation responses 2022-10-11 18:49:15 +02:00
ef35c48890 fix: channel not found 2022-10-11 12:59:43 +02:00
012cde8b51 fix: parsing errors with YouTube Music channel 2022-10-11 01:16:42 +02:00
1fb4a2664e fix: moved integration tests,
fixed missing search video count,
error on missing search channel description snipped,
error on empty channel info link list,
2022-10-11 00:31:04 +02:00