Brings the port up to current NewPipe Extractor coverage:
- visitorData: fetched + attached to the anonymous reel/web/ios/visionos
InnerTube contexts (upstream "always pass a valid visitorData"). Best-effort
— a failure returns None and extraction proceeds exactly as before. Cached
process-wide with a 15-min TTL, and invalidated when the primary android
response is rejected (decoy/playability) so a bad session self-heals.
- visionOS client (101): a 4th /player fetch, ON by default, recovering >360p
streams for SABR-only / made-for-kids videos where android/ios cap at 360p.
Formats merged android-first (android wins itag ties); a failure changes
nothing. HLS + DASH manifest branches now skip empty urls (an empty visionOS
url no longer shadows a real ios/android one).
- xtags: derive audio track type (original/dubbed/descriptive/secondary) from
the format xtags protobuf, falling back to the audioIsDefault heuristic when
absent. Hand-rolled protobuf walker, fuzzed (4M inputs, no panic); 32-bit
length guarded via try_from.
FFI surface unchanged (AudioStream gains an additive track_type the wrapper
may later surface). 155 lib + 7 integration tests, clippy -D clean.