YoutubeDLSharp
YoutubeDLSharp copied to clipboard
VideoData.cs json attribute mispelled
I don't see my output being affected but I noticed "modified_timestemp" as the attribute.
[JsonConverter(typeof(UnixTimestampConverter))]
[JsonProperty("modified_timestemp")] // date as unix timestamp
public DateTime? ModifiedTimestamp { get; set; }