Remove warning for videos with an empty title

This commit is contained in:
pukkandan
2022-05-07 19:45:00 +05:30
parent 895aeb71d7
commit d4736fdb43
2 changed files with 11 additions and 5 deletions

View File

@@ -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: