1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[cleanup] Misc

This commit is contained in:
pukkandan
2023-01-07 02:48:34 +05:30
parent b382c1fc6a
commit edfc7725b1
8 changed files with 12 additions and 16 deletions

View File

@ -1,7 +1,7 @@
import re
from ..utils import int_or_none
from .common import InfoExtractor
from ..utils import int_or_none
class XanimuIE(InfoExtractor):