File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:bullseye-slim
22
33LABEL 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
88RUN apt-get update && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " MetaDetective"
7- version = " 1.0.8 "
7+ version = " 1.0.9 "
88description = " Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil."
99authors = [{
name =
" Franck Ferman" ,
email =
" [email protected] " }]
1010license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments