diff options
author | nil0j <nil.jimeno@estudiant.fjaverianas.com> | 2024-09-25 17:30:24 +0200 |
---|---|---|
committer | nil0j <nil.jimeno@estudiant.fjaverianas.com> | 2024-09-25 17:30:24 +0200 |
commit | 7db54932e3cc445985a6577f460b18154ea7e3b0 (patch) | |
tree | 17fe25bf971ac790e99ef6396c42e88a56e3cb14 /scrap | |
parent | d6eeb29c68e3badc533489ae100d6c7672467768 (diff) |
new albums added
Diffstat (limited to 'scrap')
-rw-r--r-- | scrap/albums.py | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/scrap/albums.py b/scrap/albums.py index 7243c59..5ff5a36 100644 --- a/scrap/albums.py +++ b/scrap/albums.py @@ -14,7 +14,7 @@ album_list = [ "Cassette", "Суматоха Bustle", ]], - ["molchat doma", [ + ["Молчат Дома", [ "Белая Полоса White Stripe", "Монумент Monument", "Этажи Floors", @@ -28,22 +28,11 @@ album_list = [ "Winterfall", ]], ["sadness", [ + "Motionless Watching You", "Circle of Veins", ]], -] + ["Буерак", [ + "Голд Gold", + ]], -# ["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"], +] |