Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Add support to use and bind IP to specific Network address #25

Closed
whulkhulk opened this issue Mar 14, 2023 · 2 comments
Closed

Add support to use and bind IP to specific Network address #25

whulkhulk opened this issue Mar 14, 2023 · 2 comments

Comments

@whulkhulk
Copy link

Is it possible to use and Bind IP to specific Network address e.g:
zippyshare-downloader /bindip 192.191.248.70
zippyshare-downloader /bindip "Realtek PCIe Family Control"
Thanks

@mansuf
Copy link
Owner

mansuf commented Mar 14, 2023

Sorry, the app does not have that feature and i'm not interested adding that feature.

You can access requests session from zippyshare_downloader.network if you want to do hacky thing on your own.

from zippyshare_downloader.network import Net

# requests session
rs = Net.requests

# aiohttp session
as = Net.aiohttp

@mansuf mansuf closed this as completed Mar 14, 2023
@whulkhulk
Copy link
Author

Sorry, the app does not have that feature and i'm not interested adding that feature.

You can access requests session from zippyshare_downloader.network if you want to do hacky thing on your own.

from zippyshare_downloader.network import Net

# requests session
rs = Net.requests

# aiohttp session
as = Net.aiohttp

Thanks for reply.
Ok, Can you please elaborate more since I don't know thing about python?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants