Crate pf_lib

Source
Expand description

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.

Structs§

Enums§

Functions§

  • Finds video URLs based on the provided configuration.