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