This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/src/client
ThetaDev b12f4c5d82
feat: add visitor data cache, remove random visitor data
Apparently YouTube can detect randomly generated visitor data and
prevents both the iOS and TV player from being fetched
(Error: Sign in to confirm you’re not a bot). Therefore the visitor
data generation code was removed and replaced with a cache that randomly
chooses from a selection of real visitor data.
2025-02-05 15:56:14 +01:00
..
response fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
snapshots fix: a/v streams incorrectly recognized as video-only 2025-01-22 01:59:01 +01:00
channel.rs feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
channel_rss.rs fix: set tracing instrumentation level to Error 2024-08-10 00:06:56 +02:00
history.rs feat: extract player DRM data 2025-01-13 03:22:37 +01:00
mod.rs feat: add visitor data cache, remove random visitor data 2025-02-05 15:56:14 +01:00
music_artist.rs fix: A/B test 19: Music artist album groups reordered 2025-01-13 03:22:38 +01:00
music_charts.rs feat: add history item dates, extend timeago parser 2025-01-05 05:50:59 +01:00
music_details.rs docs: update README 2025-01-16 03:45:12 +01:00
music_genres.rs feat!: generate random visitorData, remove RustyPipeQuery::get_context and YTContext<'a> from public API 2024-10-23 01:51:16 +02:00
music_history.rs feat: add history item dates, extend timeago parser 2025-01-05 05:50:59 +01:00
music_new.rs feat!: generate random visitorData, remove RustyPipeQuery::get_context and YTContext<'a> from public API 2024-10-23 01:51:16 +02:00
music_playlist.rs fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
music_search.rs fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
pagination.rs fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
player.rs fix: a/v streams incorrectly recognized as video-only 2025-01-22 01:59:01 +01:00
playlist.rs feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
search.rs fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
trends.rs feat!: generate random visitorData, remove RustyPipeQuery::get_context and YTContext<'a> from public API 2024-10-23 01:51:16 +02:00
url_resolver.rs fix: accept user-specific playlist ids (LL, WL) 2025-01-05 05:51:00 +01:00
video_details.rs fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00