1
0
This commit is contained in:
widevinedump
2021-12-25 14:41:36 +05:30
parent 9692d1d509
commit ec8ddd995a
68 changed files with 13111 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
class WvDownloaderConfig(object):
def __init__(self, xml, base_url, output_file, track_id, format_id, file_type):
self.xml = xml
self.base_url = base_url
self.output_file = output_file
self.track_id = track_id
self.format_id = format_id
self.file_type = file_type