kopia lustrzana https://github.com/bellingcat/auto-archiver
minor log fix
rodzic
2e25e59fa6
commit
4d67dce4c8
|
@ -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)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue