mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-03-15 01:20:12 +00:00
Use relative imports
This commit is contained in:
parent
93b5b15131
commit
e7ad2be1fa
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from youtube_dl.utils import try_get, unified_timestamp
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import try_get, unified_timestamp
|
||||
|
||||
|
||||
class HololiveFCIE(InfoExtractor):
|
||||
|
|
Loading…
Add table
Reference in a new issue