mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
minor log fix
This commit is contained in:
@@ -14,7 +14,7 @@ class Tiktok(GenericDropin):
|
|||||||
|
|
||||||
def extract_post(self, url: str, ie_instance):
|
def extract_post(self, url: str, ie_instance):
|
||||||
|
|
||||||
logger.debug("Using Tikwm API to attempt to download tiktok video from {url=}")
|
logger.debug(f"Using Tikwm API to attempt to download tiktok video from {url=}")
|
||||||
|
|
||||||
endpoint = self.TIKWM_ENDPOINT.format(url=url)
|
endpoint = self.TIKWM_ENDPOINT.format(url=url)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user