Add option to ignore title when scraping and provide a custom title instead. Closes #3
This commit is contained in:
@@ -7,6 +7,7 @@ type Bookmark struct {
|
||||
URL string
|
||||
Info PageInfo
|
||||
Tags []string
|
||||
PreserveTitle bool
|
||||
TimestampCreated time.Time
|
||||
TimestampLastScraped time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user