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

Download history 272/week @ 2024-10-07 265/week @ 2024-10-14 158/week @ 2024-10-21

695 downloads per month

GPL-3.0-or-later

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 the Finder.
  • 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