Main
This commit is contained in:
9
pywidevine/clients/paramountplus/config_orignal.py
Normal file
9
pywidevine/clients/paramountplus/config_orignal.py
Normal 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
|
||||
Reference in New Issue
Block a user