remove the editing of metadata post download
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user