1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-13 19:55:25 +00:00
This commit is contained in:
doe1080
2025-06-26 19:08:07 +09:00
parent 5791c83530
commit b34d67f5b7

View File

@@ -30,11 +30,7 @@ from ..utils import (
urlencode_postdata,
urljoin,
)
from ..utils.traversal import (
find_element,
require,
traverse_obj,
)
from ..utils.traversal import find_element, require, traverse_obj
class NiconicoBaseIE(InfoExtractor):