Remove warning for videos with an empty title
This commit is contained in:
parent
895aeb71d7
commit
d4736fdb43
2 changed files with 11 additions and 5 deletions
|
|
@ -103,7 +103,9 @@ class InfoExtractor:
|
|||
For a video, the dictionaries must include the following fields:
|
||||
|
||||
id: Video identifier.
|
||||
title: Video title, unescaped.
|
||||
title: Video title, unescaped. Set to an empty string if video has
|
||||
no title as opposed to "None" which signifies that the
|
||||
extractor failed to obtain a title
|
||||
|
||||
Additionally, it must contain either a formats entry or a url one:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue