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/tests/snapshots/youtube__music_details_track.snap
ThetaDev e7e389a316
feat: add unavailable field for music tracks
fix: handling albums with unavailable tracks
2025-06-18 15:34:05 +02:00

34 lines
780 B
Text

---
source: tests/youtube.rs
expression: track
---
TrackDetails(
track: TrackItem(
id: "qIZ-vvg-wiU",
name: "Scheiße baut sich nicht von alleine",
duration: Some(232),
cover: "[cover]",
artists: [
ArtistId(
id: Some("UCAbxL0lZcmlaQrzoUbrvS3A"),
name: "SDP",
),
ArtistId(
id: Some("UCVRREKn7V1Cb8qvf43dwZ6w"),
name: "257ers",
),
],
artist_id: Some("UCAbxL0lZcmlaQrzoUbrvS3A"),
album: Some(AlbumId(
id: "MPREb_cjEzeaBgZAq",
name: "Ein Gutes Schlechtes Vorbild",
)),
view_count: "[view_count]",
track_type: track,
track_nr: None,
by_va: false,
unavailable: false,
),
lyrics_id: Some("MPLYt_cjEzeaBgZAq-2"),
related_id: Some("MPTRt_cjEzeaBgZAq-2"),
)