-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading with several IP and terminals possible? #6919
Comments
The part with multiple VPNs with different IP addresses would be the problem here. |
do you have any setup like this to download a lot in one go? right now I have to download one profile, wait for it to finish, and then next, etc. it's very time consuming. having 5-10 profiles get downloaded simultaneously would be much better. for the IP addresses, you can rent or buy new addresses from some VPN providers that are not been used or flagged before. |
Use an input file to download them one after the other automatically. |
Then they would all download over the same IP and sensitive sites like Instagram or Twitter would log me out again. One new rented IP from a VPN provider for example per powershell tab would make the downloads 10x faster. In other words I could download 10 times more profiles compared to waiting for one single to finsh. |
Maybe combine mikf's suggestion with proxy switch? Step 1 - setup each IP/VPN box with a listening proxy.
|
You can ignore this suggestion if you don't know anything about docker. This could take a lot of work to set up properly. What I do is:
For example, if your VPN provider was NordVPN you could use a command like this to launch a VPN container (replace $nord_token with your token if you use NordVPN):
Then in the You can use a script to queue the input URLs evenly between the different gallery-dl containers (my script doesn't do this anymore so I can't help you there) |
Since it's only possible to download so much from websites like Instagram with one IP and several terminals with gallery-dl openened to download will make Instagram ban your account or block the IP, same with Twitter, Youtube, etc. I'm wondering if it's possible to download from the same PC over multiple terminal windows with different IPs? Each terminal with its own gallery-dl over VPN IP running simultaneously? That would be a lot cheaper than buying several budget PC's only for download with gallery-dl. Is something like this possible or build-in?
The text was updated successfully, but these errors were encountered: