mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 15:03:17 +00:00
fix: Output markdown files should end in *.rollup.md
This commit is contained in:
@@ -122,7 +122,7 @@ func writeMultipleFiles(content map[string]string) error {
|
||||
|
||||
func generateDefaultFilename(urls []string) string {
|
||||
timestamp := time.Now().Format("20060102-150405")
|
||||
return fmt.Sprintf("rollup-web-%s.md", timestamp)
|
||||
return fmt.Sprintf("web-%s.rollup.md", timestamp)
|
||||
}
|
||||
|
||||
func scrapeRecursively(urlStr string, depth int) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user