1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Import mutagen from dependencies module

This commit is contained in:
Rohit 2023-12-29 00:38:17 +05:30
parent e564c56eac
commit ebed5745e8

View file

@ -2,7 +2,6 @@
import contextvars
import itertools
import json
import mutagen
import os
import re
import subprocess
@ -10,6 +9,7 @@
from .common import PostProcessor
from ..compat import functools, imghdr
from ..dependencies import mutagen
from ..utils import (
MEDIA_EXTENSIONS,
ISO639Utils,