Move Track OnDownloaded event before decryption
This commit is contained in:
@@ -361,6 +361,8 @@ class HLS:
|
||||
progress(downloaded="Downloaded")
|
||||
|
||||
track.path = save_path
|
||||
if callable(track.OnDownloaded):
|
||||
track.OnDownloaded()
|
||||
|
||||
@staticmethod
|
||||
def download_segment(
|
||||
|
||||
Reference in New Issue
Block a user