-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sarkyscouser edited this page Feb 21, 2017
·
1 revision
Welcome to the downloader wiki!
I use this code to download multiple files from the internet where authentication is required.
I connect to 'queue.db' via link tables in MS Access ODBC over a Samba connection to add new entries, then run './downloader.py' from the command line in Linux.
'downloader.py' and 'queue.db' must reside in the same directory.
Feel free to suggest improvements. It's a bit rustic at the moment but it works!
sarkyscouser