Commit graph

115 commits

Author SHA1 Message Date
ThetaDev
d0ae7961ba
fix: player_from_clients: fall back to TvHtml5Embed client 2024-08-17 00:21:47 +02:00
ThetaDev
97904d7737
feat: change default player client order 2024-08-10 03:03:15 +02:00
ThetaDev
e608811e5f
feat!: add TV client 2024-07-30 01:55:24 +02:00
ThetaDev
3d6de53545
feat: add http_client method to RustyPipe and user_agent method to RustyPipeQuery
For downloading, the http client as well as the user agent used by RustyPipe
should be available.
2024-07-27 02:36:45 +02:00
ThetaDev
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
ThetaDev
12fe93084a
test: fix tests 2024-06-18 16:10:27 +02:00
ThetaDev
da1d1bd2a0
feat: make get_visitor_data() public 2024-06-16 02:18:04 +02:00
ThetaDev
29a7db231a
test: fix asserts: client version parts, iOS client bitrate 2024-05-17 18:27:24 +02:00
ThetaDev
a8fb337fae
fix: remove Innertube API keys, update android player params 2024-04-16 15:18:29 +02:00
ThetaDev
be314d57ea
chore: update user agent (FF 115.0) 2024-03-26 20:03:09 +01:00
ThetaDev
eecabffd18
tests: remove tokio_test::block_on 2024-03-16 19:21:30 +01:00
ThetaDev
339231924b
fix: update dictionary, fix parsing playlist dates in am and no 2024-02-13 18:38:58 +01:00
ThetaDev
9e574d733d
fix: use new cookie consent token 2023-12-22 23:31:50 +01:00
ThetaDev
b25e9ebbb7 fix: send visitor data for YTM playlists 2023-09-28 01:00:00 +02:00
ThetaDev
1d1dcd622f feat: add tracing 2023-09-22 03:22:38 +02:00
ThetaDev
ac25490435 chore: fix clippy lints 2023-08-30 22:05:18 +02:00
ThetaDev
57628d1392 fix: adjust deobf helper object name regex 2023-08-16 01:52:39 +02:00
ThetaDev
6cf59a167a fix: use visitor data for ordered channel videos
tests: fix tests
2023-08-15 22:37:55 +02:00
ThetaDev
7fe3b0391c tests: output invalid visitor data 2023-08-04 16:40:02 +02:00
ThetaDev
43ef8d15c4 feat: add build_with_client method to RustyPipeBuilder
fix: create data dir if it doesn't exist
2023-08-04 15:14:55 +02:00
ThetaDev
e5c51fe995 fix: extract visitor data from html page 2023-08-03 19:31:34 +02:00
ThetaDev
5736d53c99 feat: add error reporting for deobf data extraction 2023-08-03 17:42:31 +02:00
ThetaDev
32b4800b46 fix!: remove possible panic from client builder
fix: simplify integer divisions
2023-05-31 12:14:11 +02:00
ThetaDev
cc2cadc309 fix: add support for A/B test 7 (short date format) 2023-05-28 21:07:03 +02:00
ThetaDev
805cc5088f fix: increase default timeout to 20s, use ffmpeg copy arg
refactor: use enum for navigation endpoint
2023-05-17 14:35:10 +02:00
ThetaDev
cbeb14f3fd fix: add pedantic lints 2023-05-13 02:40:26 +02:00
ThetaDev
a6bf9359b9 docs: improve documentation 2023-05-13 00:08:14 +02:00
ThetaDev
a2bbc850a7 fix: reworked retry system 2023-05-12 17:19:56 +02:00
ThetaDev
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
ThetaDev
7e5cff719a refaactor: small cleanup 2023-05-11 17:18:14 +02:00
ThetaDev
c688ff74e9 feat: add storage_dir option
feat(cli): store config in userdata folder
2023-05-08 18:07:18 +02:00
ThetaDev
a51e42f563 feat: add HTTP request timeout 2023-05-08 16:40:37 +02:00
ThetaDev
c021496a55 refactor: uopdate NotFound error type 2023-05-08 15:21:06 +02:00
ThetaDev
289b1cdbf4 refactor: restructure VideoUnavailable error
remove internal error types from public interface
2023-05-08 03:36:54 +02:00
ThetaDev
5fbed49ac6 fix: client version regex 2023-04-25 00:11:54 +02:00
ThetaDev
8a14a47555 fix: dont create file storage by default 2023-04-23 18:41:34 +02:00
ThetaDev
44a46dbeb9 fix: refactor client version extraction, set client timezone 2023-04-15 01:10:08 +02:00
ThetaDev
ca1338b6b7 fix: make ClientType enum non-exhaustive 2023-02-13 01:22:47 +01:00
ThetaDev
d0a8b6fabe fix: rewritten album mv replacement 2023-02-09 00:30:22 +01:00
ThetaDev
ee5e82f6bb fix: instantiate deobfuscator in mapresponse fn
Reason: quickjs context is not Send
2023-02-08 12:29:08 +01:00
ThetaDev
79446bed1c fix: keep JS context when deobfuscating 2023-02-04 16:15:35 +01:00
ThetaDev
331a13568a fix: v1.67 clippy lints (inline format strings) 2023-01-27 21:19:08 +01:00
ThetaDev
15dad0c428 chore: update client versions 2023-01-27 20:47:59 +01:00
ThetaDev
06aa677ef7 tests: use tokio_test::block_on() instead of test macro 2023-01-27 20:47:37 +01:00
ThetaDev
f94d8db4d0 feat: add logging for all operations
fix: music_artist: fetch visitor data only once
2023-01-27 19:49:16 +01:00
ThetaDev
fe76b2ac66 feat: add error message to HttpStatus error
dont create reports on http status errors
2023-01-24 23:06:17 +01:00
ThetaDev
cc50862408 feat: handle error 400 for invalid ctokens 2023-01-23 23:06:56 +01:00
ThetaDev
92a358a079 refactor: use fancy-regex only for backtracking 2023-01-23 15:33:05 +01:00
ThetaDev
690388788a refactor!: make artist description optional 2022-12-16 23:13:09 +01:00
ThetaDev
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00