1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

Update yt_dlp/extractor/faulio.py

Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
This commit is contained in:
CasperMcFadden95 2025-06-23 21:05:43 +00:00 committed by GitHub
parent 9640816f39
commit fc08114f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,8 @@
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
traverse_obj,
)
from ..utils import ExtractorError
from ..utils.traversal import traverse_obj
class FaulioLiveIE(InfoExtractor):