1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-22 07:58:54 +00:00

[cleanup] Misc (#13166)

Authored by: bashonly
This commit is contained in:
bashonly
2025-05-22 04:33:11 -05:00
committed by GitHub
parent e491fd4d09
commit 7977b329ed
5 changed files with 11 additions and 8 deletions

View File

@@ -9,11 +9,10 @@ from ..utils import (
int_or_none,
join_nonempty,
parse_qs,
traverse_obj,
update_url_query,
urlencode_postdata,
)
from ..utils.traversal import unpack
from ..utils.traversal import traverse_obj, unpack
class PlaySuisseIE(InfoExtractor):