Skip to content

dracconi/bidl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

bidl

bild downloader = bidl

A fast, multi-threaded downloader for images. Provides an interface for creating handlers for websites.

Adding new handlers

Routing of site to image urls is done by downloaders.GetImUrls, which refers to rules inited in InitRules. Main route is based on host, then rest of the url is matched with a regex with named groups, which then are zipped to a map, passed to the provided handler.

About

A fast, multi-threaded image downloader.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages