Update SQL logic, add project file, remove TLDB.7z
Added RERUN.sqbpro with SQL queries and DB settings. Enhanced DataAccess.cs filtering for 'zomb-eh' and enabled SQL debug output. Commented out Tumblr URL output in Program.cs for cleaner logs. Deleted TLDB.7z binary archive.
This commit is contained in:
@@ -652,7 +652,7 @@ namespace URLNotesGrabberCORE
|
||||
postsAdded++;
|
||||
|
||||
// Output hyperlink and post date
|
||||
Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
|
||||
//Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
|
||||
}
|
||||
}
|
||||
reblog = new ReblogRecord();
|
||||
@@ -773,7 +773,7 @@ namespace URLNotesGrabberCORE
|
||||
postsAdded++;
|
||||
|
||||
// Output hyperlink and post date
|
||||
Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
|
||||
//Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user