Skip to content

Commit a4a00c1

Browse files
committed
New test download DASH
1 parent ee36588 commit a4a00c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

StreamingCommunity/Lib/DASH/downloader.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ def download_and_decrypt(self, custom_headers=None, query_params=None, key=None)
235235
- query_params (dict): Optional query parameters to append to the license URL.
236236
- license_data (str/bytes): Optional raw license data to bypass HTTP request.
237237
- key (str): Optional raw license data to bypass HTTP request.
238+
239+
Args:
240+
custom_headers (dict): Optional HTTP headers for the license request.
241+
query_params (dict): Optional query parameters to append to the license URL.
242+
license_data (str/bytes): Optional raw license data to bypass HTTP request.
238243
"""
239244
if self.file_already_exists:
240245
console.print(f"[red]File already exists: {self.original_output_path}")

0 commit comments

Comments
 (0)