mirror of
https://github.com/csd4ni3l/gp-dl.git
synced 2026-01-01 04:23:44 +01:00
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:
6
gp_dl/locales/en.json
Normal file
6
gp_dl/locales/en.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"share": "Share",
|
||||
"albums": "Albums",
|
||||
"download": "Download all",
|
||||
"options": "More options"
|
||||
}
|
||||
Reference in New Issue
Block a user