1
0
Fork 0

[cleanup Misc

Closes #5162
This commit is contained in:
pukkandan 2022-10-18 23:28:57 +05:30
commit d5d1df8afd
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
12 changed files with 48 additions and 32 deletions

View file

@ -1,12 +1,7 @@
import re
from .common import InfoExtractor
from ..utils import (
determine_ext,
js_to_json,
mimetype2ext,
traverse_obj,
)
from ..utils import determine_ext, js_to_json, mimetype2ext, traverse_obj
class TV24UAVideoIE(InfoExtractor):