feat: Fetch all album from an account

* add user and password parameters (not used if profile_dir is set)
* remove mandatory album_url args
* auto login with user and password
* add locale for FR and GOOGLE_LANG (default en) environment variable to switch
* add CHROME_BINARY whenever need to specify chrome binary path
* add headless compatibilty for WSL
* fix missing gp_temp after first loop
* fix unclickable "More option" button by fetching "Share" button first
This commit is contained in:
Adi3000
2025-08-14 21:31:58 +02:00
parent a79d3c96da
commit 8f0a6909e2
5 changed files with 145 additions and 19 deletions

View File

@@ -23,3 +23,10 @@ gp-dl = "gp_dl.cli:run_cli"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["gp_dl"]
[tool.setuptools.package-data]
gp_dl = ["locales/*.json"]