1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-30 23:24:16 +01:00

viafree: remove unused import

This commit is contained in:
Johan Andersson 2018-11-02 18:17:38 +01:00
parent d5a1ec1197
commit e0403a9ac0

View File

@ -11,7 +11,6 @@ import copy
from urllib.parse import urlparse from urllib.parse import urlparse
from svtplay_dl.service import Service, OpenGraphThumbMixin from svtplay_dl.service import Service, OpenGraphThumbMixin
from svtplay_dl.fetcher.rtmp import RTMP
from svtplay_dl.fetcher.hds import hdsparse from svtplay_dl.fetcher.hds import hdsparse
from svtplay_dl.fetcher.hls import hlsparse from svtplay_dl.fetcher.hls import hlsparse
from svtplay_dl.subtitle import subtitle from svtplay_dl.subtitle import subtitle