remove the editing of metadata post download

This commit is contained in:
2026-04-15 19:52:31 +02:00
parent fd79c481e3
commit f4a6bc6bb9
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -185,11 +185,6 @@ def post_download(album_info: AlbumInfo, config: Config):
if unzip and file_name.endswith(".zip"):
files = BCFreeDownloader.unzip_album(file_name)
logger.info("Setting tags...")
for file in files:
BCFreeDownloader.tag_file(file, album_info["head_data"])
def download_urls(urls: List[str], config: Config):
downloader = BCFreeDownloader(options_from_config(config))
downloaded = get_downloaded(config)
@@ -5,7 +5,6 @@ import os
import re
import time
import zipfile
import mutagen
import pyrfc6266
import requests