rustypipe/tests/snapshots/youtube__music_details_track.snap
ThetaDev bb396968dc tests: completed for all languages
fix: parsing search videos without duration
2023-05-05 15:18:37 +02:00

33 lines
754 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]",
is_video: false,
track_nr: None,
by_va: false,
),
lyrics_id: Some("MPLYt_cjEzeaBgZAq-2"),
related_id: Some("MPTRt_cjEzeaBgZAq-2"),
)