summaryrefslogtreecommitdiff
path: root/scrap/albums.py
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-09-24 12:21:40 +0200
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-09-24 12:21:40 +0200
commit2e8ddbf422a3a6d75b1e1f73cad089111f801c05 (patch)
treea3b2c7ea8560fcbc89fb9b3ee15933d434b1ff51 /scrap/albums.py
parentfaa13839f898c60ff5618be6e916ad2e60958468 (diff)
finished web scrapper
Diffstat (limited to 'scrap/albums.py')
-rw-r--r--scrap/albums.py49
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"],