| Crates.io | pf_cmd |
| lib.rs | pf_cmd |
| version | 0.1.14 |
| created_at | 2025-02-13 07:29:37.631728+00 |
| updated_at | 2025-05-02 11:07:36.763738+00 |
| description | petit-filou scans wordpress websites to find videos |
| homepage | |
| repository | https://github.com/petit-chat/petit-filou |
| max_upload_size | |
| id | 1553900 |
| size | 59,221 |
petit-filou or pf is a command-line tool designed for retrieving videos from wordpress websites. petit-filou features a range of search options, allowing users to finely adjust their search criteria.
Download latest release.
$ docker pull ghcr.io/petit-chat/pf:latest
$ make build
$ pf --help
Scans WordPress websites to find videos.
Supported MIME types: video/mp4 and video/quicktime (.mov).
Usage: pf [OPTIONS] <URL>
Arguments:
<URL>
WordPress base URL (e.g. <http://example.com>)
Options:
--before <BEFORE>
Result set published before a given date (cf. <https://core.trac.wordpress.org/ticket/41032>)
--modified-before <MODIFIED_BEFORE>
Result set modified before a given date (cf. <https://core.trac.wordpress.org/ticket/41032>)
--after <AFTER>
Result set published after a given date (cf. <https://core.trac.wordpress.org/ticket/41032>)
--modified-after <MODIFIED_AFTER>
Result set modified after a given date (cf. <https://core.trac.wordpress.org/ticket/41032>)
-e, --exclude <EXCLUDE>
Ensures result set excludes specific IDs
--categories-exclude <CATEGORIES_EXCLUDE>
Ensures result set excludes specific category IDs
--tags-exclude <TAGS_EXCLUDE>
Ensures result set excludes to specific tag IDs
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
$ pf http://www.example.com
$ pf http://www.example.com --after 2024-04-06T18:44:41
$ pf http://www.example.com --tags-exclude 1 --tags-exclude 2 --tags-exclude 3