1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

svtplay: missing import

This commit is contained in:
Johan Andersson 2018-02-26 00:06:06 +01:00
parent 859fd50efa
commit a7dfff596b

View File

@ -7,6 +7,7 @@ import copy
import json import json
import hashlib import hashlib
from urllib.parse import urljoin, urlparse, parse_qs from urllib.parse import urljoin, urlparse, parse_qs
from operator import itemgetter
from svtplay_dl.log import log from svtplay_dl.log import log
from svtplay_dl.service import Service, OpenGraphThumbMixin from svtplay_dl.service import Service, OpenGraphThumbMixin