1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
album_data = [
["astrophysics", [
"apathy",
"The Unending Need For Perpetual Motion",
"HOPE LEFT ME Complete Version",
"Selected Tragic",
"Cute Tragedies",
"selected apathetic",
"ENTITY",
]],
["sadsvit", [
"Неонова Мрія Neon Dream",
"20 21",
"Cassette",
"Суматоха Bustle",
]],
["molchat doma", [
"Белая Полоса White Stripe",
"Монумент Monument",
"Этажи Floors",
"С крыш наших домов From our houses rooftops",
]],
["amesoeurs", [
"Amesoeurs",
]],
["severoth", [
"Vsesvit",
"Winterfall",
]],
["sadness", [
"Circle of Veins",
]],
]
# ["astrophysics", "apathy"],
# ["astrophysics", "The Unending Need For Perpetual Motion"],
# ["astrophysics", "HOPE LEFT ME Complete Version"],
# ["astrophysics", "Selected Tragic"],
# ["astrophysics", "Cute Tragedies"],
# ["astrophysics", "selected apathetic"],
# ["astrophysics", "ENTITY"],
# ["sadsvit", "Неонова Мрія Neon Dream"],
# ["sadsvit", "20 21"],
# ["sadsvit", "Casette"],
# ["sadsvit", "Суматоха Bustle"],
# ["molchat doma", "Белая Полоса White Stripe"],
# ["molchat doma", "Монумент Monument"],
# ["molchat doma", "Этажи Floors"],
# ["molchat doma", "С крыш наших домов From our houses’ rooftops"],
|