Fix `device_id` range

Authored by: bashonly
pull/14032/head
bashonly 20 hours ago
parent a0682af89c
commit 0eb47580a9
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -65,7 +65,7 @@ class TikTokBaseIE(InfoExtractor):
@functools.cached_property
def _DEVICE_ID(self):
return self._KNOWN_DEVICE_ID or str(random.randint(7250000000000000000, 7351147085025500000))
return self._KNOWN_DEVICE_ID or str(random.randint(7250000000000000000, 7325099899999994577))
@functools.cached_property
def _API_HOSTNAME(self):

Loading…
Cancel
Save