Skip to content

Commit c27cba9

Browse files
committed
Version 1.0.9 update.
1 parent 6125024 commit c27cba9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ python3 src/MetaDetective/MetaDetective.py -h
164164
| Task | Command |
165165
| --- | --- |
166166
| Scan without downloading | `python3 src/MetaDetective/MetaDetective.py --scraping --scan --url https://example.com/` |
167+
| Scan without downloading PDF files only | `python3 src/MetaDetective/MetaDetective.py --scraping --scan --url https://example.com/ --extensions pdf` |
167168
| Download to specified directory | `python3 src/MetaDetective/MetaDetective.py --scraping --download-dir ~ --url https://example.com/` |
168169
| Download with set depth | `python3 src/MetaDetective/MetaDetective.py --scraping --depth 1 --download-dir ~ --url https://example.com/` |
169170

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bullseye-slim
22

33
LABEL maintainer="Franck FERMAN <[email protected]>" \
44
description="Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil." \
5-
metadetective_version="1.0.8" \
5+
metadetective_version="1.0.9" \
66
docker_image_version="1.0.2"
77

88
RUN apt-get update && \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "MetaDetective"
7-
version = "1.0.8"
7+
version = "1.0.9"
88
description = "Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil."
99
authors = [{ name = "Franck Ferman", email = "[email protected]" }]
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)