mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
6 lines
192 B
Python
6 lines
192 B
Python
class VideoRetriever:
|
|
def __init__(self, options, url, bitrate, **kwargs):
|
|
self.options = options
|
|
self.url = url
|
|
self.bitrate = bitrate
|
|
self.kwargs = kwargs |