extracted worksheet operations

This commit is contained in:
msramalho
2022-02-23 09:54:03 +01:00
parent e4603a9423
commit 2d145802b5
3 changed files with 145 additions and 150 deletions

View File

@@ -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):