mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Tracking subject tags
This commit is contained in:
@@ -120,6 +120,7 @@ class Catalogue:
|
||||
publisher = soup.find("dc:identifier")
|
||||
date = soup.find("dc:date")
|
||||
rights = soup.find("dc:rights")
|
||||
tags = soup.find_all("dc:subject")
|
||||
breakpoint()
|
||||
book_details = [
|
||||
title,
|
||||
@@ -131,6 +132,7 @@ class Catalogue:
|
||||
publisher,
|
||||
date,
|
||||
rights,
|
||||
tags
|
||||
]
|
||||
return book_details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user