flashdagger / ytdlp-plugins

plugin manager for yt-dlp which enables releases of extractors as separate python package
The Unlicense
44 stars 4 forks source link

Add "createdAt":"2023-11-02T22:35:11.920Z" from html fetch to `-J` #9

Closed zackees closed 6 months ago

zackees commented 6 months ago

This field exists in the brighteon html fetch.

This is a feature request to include this in the info.json dump

zackees commented 6 months ago

Sorry i'm dumb, the plugin wasn't installed

flashdagger commented 6 months ago

yt-dlp https://www.brighteon.com/<video_id> --print "%(timestamp>%Y-%m-%dT%H:%M:%SZ)s" will give you a similar format. But note that timestamp is rounded to seconds.