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

npo: use the correct path to urlparse

This commit is contained in:
Johan Andersson 2018-05-22 20:19:16 +02:00
parent 7a8b4af606
commit 389acf6a6c

View File

@ -3,11 +3,11 @@
from __future__ import absolute_import
import json
import re
from urllib.parse import urlparse
from svtplay_dl.service import Service
from svtplay_dl.error import ServiceError
from svtplay_dl.fetcher.hls import hlsparse
from svtplay_dl.utils.urllib import urlparse
class Npo(Service):