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/util
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
..
date.rs feat: add history item dates, extend timeago parser 2025-01-05 05:50:59 +01:00
dictionary.rs fix: parsing history dates 2025-01-18 05:51:41 +01:00
mod.rs feat: add visitor data cache, remove random visitor data 2025-02-05 15:56:14 +01:00
protobuf.rs fix: a/v streams incorrectly recognized as video-only 2025-01-22 01:59:01 +01:00
timeago.rs fix: parsing history dates 2025-01-18 05:51:41 +01:00
visitor_data.rs feat: add visitor data cache, remove random visitor data 2025-02-05 15:56:14 +01:00