mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
remove unused imports
This commit is contained in:
parent
67421bc6fb
commit
81c0eea37b
@ -2,21 +2,12 @@
|
||||
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
from __future__ import absolute_import
|
||||
import re
|
||||
import os
|
||||
import xml.etree.ElementTree as ET
|
||||
import copy
|
||||
import json
|
||||
import hashlib
|
||||
|
||||
|
||||
from svtplay_dl.log import log
|
||||
from svtplay_dl.service import Service, OpenGraphThumbMixin
|
||||
from svtplay_dl.service.svtplay import Svtplay
|
||||
from svtplay_dl.utils import filenamify, is_py2
|
||||
from svtplay_dl.utils.urllib import urlparse, urljoin, parse_qs
|
||||
from svtplay_dl.fetcher.hds import hdsparse
|
||||
from svtplay_dl.fetcher.hls import hlsparse
|
||||
from svtplay_dl.fetcher.dash import dashparse
|
||||
from svtplay_dl.subtitle import subtitle
|
||||
from svtplay_dl.error import ServiceError
|
||||
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
from __future__ import absolute_import
|
||||
import re
|
||||
import os
|
||||
import xml.etree.ElementTree as ET
|
||||
import copy
|
||||
import json
|
||||
import hashlib
|
||||
|
Loading…
Reference in New Issue
Block a user