Files
download_folder
download_folder
Path
Downloads
The path to the folder you want Cyberdrop-DL to download files to.
dump_json
dump_json
bool
False
If enabled, CDL will created a json lines files with the information about every file downloaded in the current run. The path to this file will be the same as --main-log
but with the extension .results.jsonl
Each line in the file will contain the following details (this may change on future versions):
{
"url": "https://store9.gofile.io/download/web/7c88c147-ABCD-4e4d-9a6c-12345678/a_video.mp4",
"download_folder": "Downloads/Cyberdrop-DL Downloads/test_album (GoFile)",
"filename": "a_video.mp4",
"original_filename": "a_video.mp4",
"debrid_link": null,
"duration": null,
"ext": ".mp4",
"download_filename": "a_video.mp4",
"filesize": 1386362524,
"partial_file": "Downloads/Cyberdrop-DL Downloads/test_album (GoFile)/a_video.mp4.part",
"complete_file": "Downloads/Cyberdrop-DL Downloads/test_album (GoFile)/a_video.mp4",
"hash": "3eb33af55e51f7f369ecfebf86d34f99",
"downloaded": true,
"referer": "https://gofile.io/d/ABC123",
"album_id": "ABC123",
"datetime": "2024-11-18T16:55:45",
"parents": ["https://a_forum.com/threads/<name>.54321/post-123123"],
"parent_threads": ["https://a_forum.com/threads/<name>.54321"],
"attempts": 1
}
input_file
input_file
Path
AppData/Configs/{config}/URLs.txt
The path to the text file containing the URLs you want to download. Each line should be a single URL.
You can also use html
code. Cyberdrop-DL will parse all the links on the HTML
save_pages_html
save_pages_html
bool
False
CDL will save to disk a copy of every requests as an html file. The files will be saved to a folder named cdl_responses
, located in the same folder as the main log file.
Last updated