feat: completed stream filter
This commit is contained in:
parent
21675d5b1d
commit
30e79ebfbc
2 changed files with 72 additions and 4 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue