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:
parent
7a8b4af606
commit
389acf6a6c
@ -3,11 +3,11 @@
|
|||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
from svtplay_dl.service import Service
|
from svtplay_dl.service import Service
|
||||||
from svtplay_dl.error import ServiceError
|
from svtplay_dl.error import ServiceError
|
||||||
from svtplay_dl.fetcher.hls import hlsparse
|
from svtplay_dl.fetcher.hls import hlsparse
|
||||||
from svtplay_dl.utils.urllib import urlparse
|
|
||||||
|
|
||||||
|
|
||||||
class Npo(Service):
|
class Npo(Service):
|
||||||
|
Loading…
Reference in New Issue
Block a user