1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00
svtplay-dl/lib/svtplay_dl/fetcher/__init__.py
2014-06-02 21:27:50 +02:00

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