mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 12:48:28 +03:00
Adds new extractor for tiktok via unofficial API (#237)
* minor update to defaults in api_db * readme typo * adds and tests new tikwm tiktok downloader * addresses PR comments
This commit is contained in:
committed by
GitHub
parent
ce46a8a7ac
commit
58bd38e292
@@ -24,9 +24,9 @@
|
||||
"help": "which group of users have access to the archive in case public=false as author",
|
||||
},
|
||||
"use_api_cache": {
|
||||
"default": True,
|
||||
"default": False,
|
||||
"type": "bool",
|
||||
"help": "if False then the API database will be queried prior to any archiving operations and stop if the link has already been archived",
|
||||
"help": "if True then the API database will be queried prior to any archiving operations and stop if the link has already been archived",
|
||||
},
|
||||
"store_results": {
|
||||
"default": True,
|
||||
|
||||
Reference in New Issue
Block a user