diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-09-24 12:21:40 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-09-24 12:21:40 +0200 |
commit | 2e8ddbf422a3a6d75b1e1f73cad089111f801c05 (patch) | |
tree | a3b2c7ea8560fcbc89fb9b3ee15933d434b1ff51 /scrap/albums.py | |
parent | faa13839f898c60ff5618be6e916ad2e60958468 (diff) |
finished web scrapper
Diffstat (limited to 'scrap/albums.py')
-rw-r--r-- | scrap/albums.py | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/scrap/albums.py b/scrap/albums.py new file mode 100644 index 0000000..791b962 --- /dev/null +++ b/scrap/albums.py @@ -0,0 +1,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"], |