-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import old episodes #5
Comments
Is this work that needs to be done or that has already been accomplished? |
I don’t have any metadata of episodes before 612 yet. To start I wanted to generate a list of available metadata from the no agenda nation feed, which includes codes, titles, publish dates and the mp3 links. I will probably need to run some custom scripts after that to get the old episode covers from the art generator and download the shownotes. I almost forgot I also still need to add some transcripts that existed before the site was built but never got indexed, which involves getting the opml link from natranscript.online, but I should have an automated way of doing that. |
Is it worth putting any of the work that you mentioned into their own Issues? The opml link/parsing for older episodes seems like a good candidate. Could make a branch and add unit tests for that work. 😜 |
The opml parsing is definitely unreliable so that’s a great idea. |
With the new shownotes parser, we can now have episodes without shownotes and start with parsing of shownotes with older formats.
The text was updated successfully, but these errors were encountered: