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:
parent
e564c56eac
commit
ebed5745e8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue