You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieves the TorBox download link and starts proxying the download through the server. This is necessary as generating a bunch of links through the index generation process can take some time, and is wasteful.
70
+
71
+
Requires:
72
+
- download_type: the download type of the file. Must be either 'torrents', 'usenet' or 'webdl'.
73
+
- download_id: an integer which represents the id of the download in the TorBox database.
74
+
- file_id: an integer which represents the id of the file which is inside of the download.
75
+
76
+
Returns:
77
+
- Streaming Response: containing the download of the file to be served on the fly.
0 commit comments