mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 01:25:11 +00:00
[francetv] Remove unused import
This commit is contained in:
parent
ac4b8df5e4
commit
1d18e26eca
1 changed files with 1 additions and 4 deletions
|
@ -6,10 +6,7 @@
|
|||
import json
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..compat import (
|
||||
compat_urllib_parse_urlparse,
|
||||
compat_urlparse,
|
||||
)
|
||||
from ..compat import compat_urlparse
|
||||
from ..utils import (
|
||||
clean_html,
|
||||
ExtractorError,
|
||||
|
|
Loading…
Reference in a new issue