Closed grotesque closed 1 month ago
But my ini doesn't have it. Why does the default scrapbook contains webpages from other scrapbook?
On Tue, Oct 22, 2024 at 11:06 PM Danny Lin @.***> wrote:
It's the default scrapbook. For details read the doc https://github.com/danny0838/PyWebScrapBook/blob/main/webscrapbook/resources/config.md#book-sections .
— Reply to this email directly, view it on GitHub https://github.com/danny0838/webscrapbook/issues/398#issuecomment-2429871281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKPQ5T3PABXRZBAHO2OF3Z42EI5AVCNFSM6AAAAABQMW4PNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRZHA3TCMRYGE . You are receiving this because you authored the thread.Message ID: @.***>
When not explicitly configured, the default scrapbook has all default settings:
[book ""]
name = scrapbook
top_dir =
data_dir = data
tree_dir = tree
index = tree/map.html
no_tree = false
new_at_top = false
inclusive_frames = true
static_index = false
rss_root =
rss_item_count = 50
and its path will contain the data of other scrapbooks, which is of course a bad configuration (and violets the data scheme).
To solve the issue, simply replace the first scrapbook ([book "timepass"]
) with [book ""]
, like what the doc does.
What are its contents? Are they a super set of all other scrapbooks?