Skip to content

renesugar/filterurls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

filterurls reads a list of backup format URLs and filters out sites and URLs.

Usage

Usage: python3 -B ./filterurls.py [FLAGS]
    --path:       Base path of the project to be scanned (Default: .)
    --root:       Root path of the project to be scanned (Default: /)
    --prefix:     Replace root path with this prefix (Default: /)
    --extensions: File extensions that are read (Default: .txt)
    --exclude:    Paths of folders to exclude (Default=[])
    --sites:      Path to file containing sites to exclude.
    --backup:     Bookmark backup format (title, add_date, last_modified, url)

Example

python3 -B filterurls.py --path ./input --sites ./sites.txt --output ./urls.txt --backup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages