daf3d035be
fix: handle music artist not found
2025-03-31 18:11:14 +02:00
f3057b4d63
chore: remove commented-out debug statements
2025-02-26 19:32:46 +01:00
5daad1b700
fix: A/B test 19: Music artist album groups reordered
2025-01-13 03:22:38 +01:00
0919cbd0df
fix: fetch unlocalized player data to interpret errors correctly; regression introduced with v0.6.0
2024-11-09 03:08:00 +01:00
7b0499f6b7
fix: use same visitor data for fetching artist album continuations
2024-10-24 02:02:22 +02:00
7c4f44d09c
feat!: generate random visitorData, remove RustyPipeQuery::get_context
and YTContext<'a>
from public API
2024-10-23 01:51:16 +02:00
b589061a40
fix: fetch artist albums continuation
2024-10-22 23:56:59 +02:00
90540c6aaa
feat: add client_type to VideoPlayer, simplify MapResponse trait
...
The MapResponse trait needed too many arguments, so I added the MapRespCtx object.
Also added the client_type to the context, so it can be added to the extracted player data.
This is necessary to be able to download videos with the correct user agent
2024-07-27 02:30:24 +02:00
452f765ffd
fix: handling new podcast links
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-04 01:14:54 +01:00
1d1dcd622f
feat: add tracing
2023-09-22 03:22:38 +02:00
ac25490435
chore: fix clippy lints
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-30 22:05:18 +02:00
182f9ebfb8
fix: extracting artist discography with without page type
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-31 11:38:50 +02:00
cc2cadc309
fix: add support for A/B test 7 (short date format)
2023-05-28 21:07:03 +02:00
805cc5088f
fix: increase default timeout to 20s, use ffmpeg copy arg
...
ci/woodpecker/push/woodpecker Pipeline was successful
refactor: use enum for navigation endpoint
2023-05-17 14:35:10 +02:00
c8e2d342c6
feat: add support for new artist discography page
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-14 03:05:24 +02:00
cbeb14f3fd
fix: add pedantic lints
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 02:40:26 +02:00
a2bbc850a7
fix: reworked retry system
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-12 17:19:56 +02:00
3a75ed8610
feat!: add channel_videos_tab, channel_videos_order,
...
remove channel_shorts, channel_livestreams
fix: parsing video types and short durations
2023-05-11 17:18:14 +02:00
29ad2f99d4
refactor: replace try_swap_remove
2023-05-07 18:15:13 +02:00
b88faa9d05
tests: run tests with different lang settings
...
fix: parsing subscriber count on channel search itms
fix: add warnings for all date and numstr parsing
fix: error parsing search suggestions
2023-05-04 21:44:10 +02:00
7bcff13eb8
fix: use fixed testfiles location
2023-03-25 23:18:49 +01:00
e22f1e7cd5
fix: wikipedia url extraction with parentheses
2023-02-09 17:26:56 +01:00
d0a8b6fabe
fix: rewritten album mv replacement
2023-02-09 00:30:22 +01:00
3574a44b77
fix: handle empty artists
2023-02-08 21:38:58 +01:00
ee5e82f6bb
fix: instantiate deobfuscator in mapresponse fn
...
Reason: quickjs context is not Send
2023-02-08 12:29:08 +01:00
331a13568a
fix: v1.67 clippy lints (inline format strings)
2023-01-27 21:19:08 +01:00
f94d8db4d0
feat: add logging for all operations
...
fix: music_artist: fetch visitor data only once
2023-01-27 19:49:16 +01:00
be741d28ca
feat: dont fetch artist playlist section
2023-01-25 21:05:52 +01:00
53bdd5f0d2
feat: add artist radio
2023-01-25 01:02:46 +01:00
92a358a079
refactor: use fancy-regex only for backtracking
2023-01-23 15:33:05 +01:00
d8889ed5d4
chore: update base64 and fancy-regex
2023-01-21 22:28:48 +01:00
a706a7011b
feat: redirect secondary YT channels to the YTM channel
...
Squashed commit of the following:
commit 88809265ead6eadfafab4b74091dd1af357b9577
Author: ThetaDev <t.testboy@gmail.com>
Date: Sat Jan 21 22:16:23 2023 +0100
feat: redirect secondary YT channels to the YTM channel
commit 02cc120912509f40f45da243ba5d37798b9ff411
Author: ThetaDev <t.testboy@gmail.com>
Date: Mon Jan 9 23:57:18 2023 +0100
add artists_no_tracks testfile
2023-01-21 22:18:25 +01:00
690388788a
refactor!: make artist description optional
2022-12-16 23:13:09 +01:00
f526ab38eb
refactor!: refactored response models
...
doc: documented all public methods
2022-12-09 01:02:09 +01:00
de7bd2a965
feat: add music genres
2022-12-02 00:03:50 +01:00
f20ea693a6
feat: add music charts
2022-12-01 12:56:58 +01:00
8097873fe1
refactor: use generic string arguments
2022-11-30 13:17:28 +01:00
64d009615e
fix: use path_macro in tests/codegen for cross-platform paths
2022-11-30 10:04:16 +01:00
cb38d5a248
feat: add music_related
2022-11-11 23:41:11 +01:00
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
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