Compare commits

...

2 Commits

Author SHA1 Message Date
alacleaker 62c695b5ff bump version 2024-04-08 19:50:50 -03:00
alacleaker 5d9c8c1f0b add from __future__ import annotations 2024-04-08 19:50:39 -03:00
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "2.1"
__version__ = "2.1.1"
+4 -1
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import base64
import datetime
import json
@@ -324,7 +326,8 @@ class DownloaderSong:
codec: str,
):
use_mp4_format = any(
codec.startswith(possible_codec) for possible_codec in self.MP4_FORMAT_CODECS
codec.startswith(possible_codec)
for possible_codec in self.MP4_FORMAT_CODECS
)
subprocess.run(
[