In order to correctly back-date the transcripts when they are uploaded to the blog, the script needs to be able to assign the correct date to each transcript.
The following steps will be required:
Read episode data from the podcast RSS feed.
For each transcript, find the corresponding episode in the RSS feed.
Read the episode release date from the RSS feed.
Rename the transcript file to specify the episode date.
Questions:
What naming convention should we use for the transcript files?
In order to correctly back-date the transcripts when they are uploaded to the blog, the script needs to be able to assign the correct date to each transcript.
The following steps will be required:
Questions: