mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-19 14:38:53 +00:00
Update yt_dlp/extractor/faulio.py
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import ExtractorError
|
||||||
ExtractorError,
|
from ..utils.traversal import traverse_obj
|
||||||
traverse_obj,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class FaulioLiveIE(InfoExtractor):
|
class FaulioLiveIE(InfoExtractor):
|
||||||
|
|||||||
Reference in New Issue
Block a user