Open HanslettTheDev opened 2 days ago
Hello @HanslettTheDev, thanks for reaching out.
While we could not change the current structure of the parsing result (since this package is used by other tools as well), we could enable the pidgin language for enhanced parsing so that you could have some detailed information, if this is the language you are working on.
We will try to see as well if the study points can be accessed separately using new properties, but we hope with little extraction logic, others can do this without much trouble from the already parsed data.
Thank you.
Yes that's true. I was trying to see how I can make a library for this in python. But I will work on that privately Excellent work once again. I am already working on using the existing data and transforming it to my suited taste
Thank you
Yes, if you can add the language for enhanced parsing, that will be great Thank you
Is your feature request related to a problem? Please describe. Currently, I can get all the meeting parts well, but I would wish to get other aspects separately, like the student counsel point and time for each part. Rather than it merged with one part completely
Describe the solution you'd like Here is a sample json structure I have for my desktop application I built for the same purpose(though jw-epub-parser does the parsing better)
Additional context I have my software, which I built in Python, including a web scrapper that fetches information from our website and generates a meeting schedule. But it's challenging to keep making those adjustments since the website receives lots of updates. So, I searched for a tool and stumbled across yours. Excellent work, by the way. It parsed the pidgin language flawlessly