It is seen in download.py that URL is hard coded to Physionet database. Is there any method available for passing a different URL to fetch data from instead of Physionet database URL? The feature I am looking for is similar to setwfdb found in WFDB software package where any desired URL can be added in WFDB path. The package can use this URL to download the data.
I am having a use case where the data required (in wfdb format) resides on a different server and we wanted to stream the data instead of downloading it completely and it storing it locally.
I have already created a fork and a branch . This is the format which I have in my mind.
Thanks