Skip to content

Commit

Permalink
Version 1.0.9 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
franckferman committed Nov 9, 2023
1 parent 6125024 commit c27cba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ python3 src/MetaDetective/MetaDetective.py -h
| Task | Command |
| --- | --- |
| Scan without downloading | `python3 src/MetaDetective/MetaDetective.py --scraping --scan --url https://example.com/` |
| Scan without downloading PDF files only | `python3 src/MetaDetective/MetaDetective.py --scraping --scan --url https://example.com/ --extensions pdf` |
| Download to specified directory | `python3 src/MetaDetective/MetaDetective.py --scraping --download-dir ~ --url https://example.com/` |
| Download with set depth | `python3 src/MetaDetective/MetaDetective.py --scraping --depth 1 --download-dir ~ --url https://example.com/` |

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim

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

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "MetaDetective"
version = "1.0.8"
version = "1.0.9"
description = "Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil."
authors = [{ name = "Franck Ferman", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down

0 comments on commit c27cba9

Please sign in to comment.