View Single Post
Old 07-06-2020, 08:03 AM   #1
Boilerplate4U
Enthusiast
Boilerplate4U began at the beginning.
 
Boilerplate4U's Avatar
 
Posts: 38
Karma: 10
Join Date: Jul 2020
Device: Kobo Clara HD
[Metadata Source Plugin] Questions regarding parse select, docs and ref templates

Hi all!

Some questions regarding the metadata plugin:

1. Are there any architecture docs for metadata plugin that describes the overall functionality of worker.py in more detail?

2. Is there any similar built in functionally the resembles of the BeautifulSoup selector ("Soup.select") in the example below:

Code:
Html = requests.get(URL)
Soup = BeautifulSoup(Html)
Elements = Soup.select("#main > product-grid > li:nth-child(1) > article > a")[0]
Href  = Elements[0].get('href')
3. Is there a good reference template for the metadata plugin?
--

Any suggestions are welcome, thanks in advance!
Boilerplate4U is offline   Reply With Quote