5 stable releases
new 3.0.0 | Oct 25, 2024 |
---|---|
2.0.0 | Oct 18, 2024 |
1.1.1 | Oct 18, 2024 |
1.1.0 | Oct 13, 2024 |
1.0.0 | Oct 10, 2024 |
#741 in Web programming
695 downloads per month
29KB
540 lines
pf_lib
A Rust library to retrieve WordPress MP4 videos.
lib.rs
:
This library provides functionality to find and fetch existing video URLs from a WordPress website.
The main components of this library are:
api
: Handles interactions with the paginated WordPress API.config
: Defines configuration options for theFinder
.finder
: Implements the logic to find and fetch existing video URLs.link_utils
: Utility functions for handling links.mime_types
: Defines supported MIME types for scraping.url_extractor
: Functions to extract URLs from WordPress API responses.
Dependencies
~5–18MB
~259K SLoC