Crate chan_downloader

Source
Expand description

§chan_downloader

chan_downloader is a collection of utilities to download images/webms from a 4chan thread

Macros§

regex
Initialize a [Regex] once

Structs§

Link
Thread
Represents a 4chan thread

Functions§

get_image_links
Returns the links and the number of links from a page. Note that the links are doubled
get_page_content
Returns the page content from the given url.
get_thread_info
Returns the board name and thread id.
save_image
Saves the image from the url to the given path. Returns the path on success