Experimental automated capturing of selected Kick streams

This commit is contained in:
barelyprofessional
2025-07-07 19:09:13 -05:00
parent 2088c4d102
commit bcc3bde6c9
4 changed files with 223 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ public class KickChannelModel
public required int ChannelId { get; set; }
public required int ForumId { get; set; }
public required string ChannelSlug { get; set; }
/// <summary>
/// Whether to automatically capture a stream when it goes live using yt-dlp
/// </summary>
public bool AutoCapture { get; set; } = false;
}
public class CourtHearingModel