mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
extracted worksheet operations
This commit is contained in:
@@ -17,7 +17,7 @@ class TiktokArchiver(Archiver):
|
||||
try:
|
||||
info = tiktok_downloader.info_post(url)
|
||||
key = self.get_key(f'{info.id}.mp4')
|
||||
cdn_url = self.get_cdn_url(key)
|
||||
cdn_url = self.storage.get_cdn_url(key)
|
||||
filename = 'tmp/' + key
|
||||
|
||||
if check_if_exists and self.storage.exists(key):
|
||||
|
||||
Reference in New Issue
Block a user