feat: completed stream filter

This commit is contained in:
ThetaDev 2022-08-26 20:09:14 +02:00
parent 21675d5b1d
commit 30e79ebfbc
2 changed files with 72 additions and 4 deletions

View file

@ -32,7 +32,7 @@ struct QPlayer {
video_id: String,
/// Set to true to allow extraction of streams with sensitive content
content_check_ok: bool,
/// Probably refers to allowin&g sensitive content, too
/// Probably refers to allowing sensitive content, too
racy_check_ok: bool,
}