Improve import speed, add URL dump, and CLI options
- Add SQLite import mode pragmas for faster bulk inserts - Implement -urldump command to extract all URLs from posts - Add -start [blogname] CLI option for partial traversal - Support toggling file logging and record import logging via config - Only update DB rows if values change to reduce writes - Add DateCreated fields to relevant tables - Enhance logging and output formatting - Refactor directory traversal for better control and reporting
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"profiles": {
|
||||
"URLNotesGrabberCORE": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "-likes timothywrite"
|
||||
"commandLineArgs": "-collect 1 -api4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user