Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Description
I have noticed that the upload_date in the json dump is not equal to the xml pubDate value in the podcast xml file. To me it would make sense to either have these date values be similar or that the json would contain a publish_date property.
Example of "The TED Interview" podcast.
{ "display_id": "TI_S3_E01_Gilbert_seg1", "upload_date": "20191001", "protocol": "https", "_filename": "Dan Gilbert on the surprising science of happiness-TI_S3_E01_Gilbert_seg1.mp3", "extractor": "generic", "requested_subtitles": null, "playlist_uploader": null,I think the json date is equal to the date the json has been dumped.