ThetaDev
22e298ff98
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
---
|
|
source: tests/youtube.rs
|
|
expression: album
|
|
---
|
|
MusicAlbum(
|
|
id: "MPREb_bHfHGoy7vuv",
|
|
playlist_id: Some("OLAK5uy_kdSWBZ-9AZDkYkuy0QCc3p0KO9DEHVNH0"),
|
|
name: "Der Himmel reißt auf",
|
|
cover: "[cover]",
|
|
artists: [
|
|
ArtistId(
|
|
id: Some("UCXGYZ-OhdOpPBamHX3K9YRg"),
|
|
name: "Joel Brandenstein",
|
|
),
|
|
ArtistId(
|
|
id: Some("UCFTcSVPYRWlDoHisR-ZKwgw"),
|
|
name: "Vanessa Mai",
|
|
),
|
|
],
|
|
artist_id: Some("UCXGYZ-OhdOpPBamHX3K9YRg"),
|
|
description: None,
|
|
album_type: Single,
|
|
year: Some(2020),
|
|
by_va: false,
|
|
tracks: [
|
|
TrackItem(
|
|
id: "VU6lEv0PKAo",
|
|
name: "Der Himmel reißt auf",
|
|
duration: Some(183),
|
|
cover: [],
|
|
artists: [
|
|
ArtistId(
|
|
id: Some("UCXGYZ-OhdOpPBamHX3K9YRg"),
|
|
name: "Joel Brandenstein",
|
|
),
|
|
ArtistId(
|
|
id: Some("UCFTcSVPYRWlDoHisR-ZKwgw"),
|
|
name: "Vanessa Mai",
|
|
),
|
|
],
|
|
artist_id: Some("UCXGYZ-OhdOpPBamHX3K9YRg"),
|
|
album: Some(AlbumId(
|
|
id: "MPREb_bHfHGoy7vuv",
|
|
name: "Der Himmel reißt auf",
|
|
)),
|
|
view_count: "[view_count]",
|
|
is_video: false,
|
|
track_nr: Some(1),
|
|
by_va: false,
|
|
),
|
|
],
|
|
variants: [],
|
|
)
|