1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00

Fix typos

Closes #8200.
This commit is contained in:
Jakub Wilk
2016-01-10 16:17:47 +01:00
committed by Jaime Marquínez Ferrándiz
parent 3c91e41614
commit dfb1b1468c
16 changed files with 20 additions and 20 deletions

View File

@ -1312,7 +1312,7 @@ class YoutubeDL(object):
# only set the 'formats' fields if the original info_dict list them
# otherwise we end up with a circular reference, the first (and unique)
# element in the 'formats' field in info_dict is info_dict itself,
# wich can't be exported to json
# which can't be exported to json
info_dict['formats'] = formats
if self.params.get('listformats'):
self.list_formats(info_dict)