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

5 lines
153 B
Python

class VideoRetriever:
def __init__(self, options, url, bitrate):
self.options = options
self.url = url
self.bitrate = bitrate