first commit

This commit is contained in:
TutorialsGHG
2026-05-10 21:03:57 +02:00
commit f2e7545f9a
56 changed files with 835 additions and 0 deletions

17
config/config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"tiktok": {
"enabled": true,
"cookies_from_browser": "firefox",
"cookies_file": null,
"collections": [
"https://www.tiktok.com/@tuxxxxax787/collection/Download-7626779378428545824"
],
"unsave_after_download": true,
"headless": false,
"delay_between_downloads": 5,
"delay_between_unsaves": 3
},
"instagram": {
"enabled": false
}
}