Skip to content
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

Better publish date for podcast json dump #22781

Closed
bas080 opened this issue Oct 20, 2019 · 0 comments
Closed

Better publish date for podcast json dump #22781

bas080 opened this issue Oct 20, 2019 · 0 comments

Comments

@bas080
Copy link

@bas080 bas080 commented Oct 20, 2019

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2019.10.16
  • I've searched the bugtracker for similar feature requests including closed ones

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.

    <item>
      <guid isPermaLink="false">prx_179_fae9e468-2558-4796-b84e-d4f1021db169</guid>
      <title>Dan Gilbert on the surprising science of happiness</title>
      <pubDate>Wed, 09 Oct 2019 04:05:00 -0000</pubDate>
{
  "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.

@bas080 bas080 added the request label Oct 20, 2019
@dstftw dstftw closed this Oct 20, 2019
@dstftw dstftw added the incomplete label Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.