"an genuine"?

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-18 00:59:52 -05:00
parent acf6509ad1
commit b9c95d9b96
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -51,7 +51,7 @@ class TikTokBaseIE(InfoExtractor):
@property
def _KNOWN_APP_INFO(self):
# If we have an genuine device ID, we may not need any IID
# If we have a genuine device ID, we may not need any IID
default = [''] if self._KNOWN_DEVICE_ID else []
return self._configuration_arg('app_info', default, ie_key=TikTokIE)