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 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.
Structs§
- Configuration for the
Finder
.
Enums§
- Represents the target type for the
Finder
.
Functions§
- Finds video URLs based on the provided configuration.