Cosmetics, remove unused variable
This commit is contained in:
parent
601583afc3
commit
3f6bc46d52
@ -518,7 +518,6 @@ def copy_url(
|
||||
dest_dir = expanded_dest_dir(config_obj.get(section_name, "dl_dir"))
|
||||
dest_path = os.path.join(dest_dir, filename)
|
||||
show_name = f"{show.topic} - {show.title}"
|
||||
publish_date = d.datetime.utcfromtimestamp(show.timestamp).strftime('%Y%m%d')
|
||||
|
||||
os.makedirs(os.path.dirname(dest_path), exist_ok=True)
|
||||
# TODO quit
|
||||
|
Loading…
x
Reference in New Issue
Block a user