A user from Telegram Group provided this info useful for anyone who would like to scrape and create an .mdx
Download all entries as web pages then edit them through notpad++ then merge all html. You make a txt file after combining the edited html files then convert with mdx builder.
You have to know a little bit something about regex. Notepad ++ can edit thousands of files at the same time. To download all the entries you need wget. To get the webwite links for entries you view source the Web pages that contain the entries then delete another infos with regex (you keep only the links to the entries) You may need to do this for the sub pages. To merge the files at the end you need powershell or third party Programm. You can also download the audio and link it with wget and regex. You don’t need to be programmer. Sorry if my description isn’t clear but these are the basic steps.