1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 06:48:30 +00:00

remove blankline

This commit is contained in:
Brian Hartsfield 2025-06-17 12:03:52 -04:00
parent 13fbd8dc58
commit 92c5937fe2

View File

@ -145,7 +145,6 @@ def _entries(self, query, url):
write_string(json.dumps(results, indent=2) + '\n\n')
sl = traverse_obj(results, ('sectionList', 0, {dict}))
items_data_source = results
source_name_for_debug = 'root of results'