tests: completed for all languages

fix: parsing search videos without duration
This commit is contained in:
ThetaDev 2023-05-05 15:18:37 +02:00
parent b88faa9d05
commit bb396968dc
20 changed files with 927 additions and 688 deletions

View file

@ -5,7 +5,7 @@ expression: album
MusicAlbum(
id: "MPREb_bHfHGoy7vuv",
playlist_id: Some("OLAK5uy_kdSWBZ-9AZDkYkuy0QCc3p0KO9DEHVNH0"),
name: "Der Himmel reißt auf",
name: "[name]",
cover: "[cover]",
artists: [
ArtistId(
@ -18,7 +18,7 @@ MusicAlbum(
),
],
artist_id: Some("UCXGYZ-OhdOpPBamHX3K9YRg"),
description: None,
description: "[description]",
album_type: Single,
year: Some(2020),
by_va: false,
@ -41,7 +41,7 @@ MusicAlbum(
artist_id: Some("UCXGYZ-OhdOpPBamHX3K9YRg"),
album: Some(AlbumId(
id: "MPREb_bHfHGoy7vuv",
name: "Der Himmel reißt auf",
name: "[name]",
)),
view_count: None,
is_video: false,