dropcreations / Manzana-Apple-Music-Downloader

A python program to download albums and songs with AAC codec in .m4a container format and music-videos up to 4K in AVC or HEVC codec in .mp4 format from Apple Music.
https://music.apple.com
GNU General Public License v3.0
182 stars 23 forks source link

Gets stuck trying to get subs #43

Open Ca5hM0ney opened 3 months ago

Ca5hM0ney commented 3 months ago

Hi, getting an error when trying to download music videos Gets stuck trying to get subs. I've tired -ln but get same error. Any help would be greatly appreciated. Thank you

[15:34:25] [ManzanaCore] INFO: Extracting closed-captions... ┌─────────────────────────────── Traceback (most recent call last) ────────────────────────────────┐ │ C:\Users\Aiden\Downloads\Manzana-Apple-Music-Downloader-2.4.0\manzana.py:83 in │ │ │ │ 80 │ print(LOGO) │ │ 81 │ args = main() │ │ 82 │ config.get_config() │ │ > 83 │ run(args) │ │ 84 │ │ │ │ C:\Users\Aiden\Downloads\Manzana-Apple-Music-Downloader-2.4.0\core\control.py:369 in run │ │ │ │ 366 │ │ │ │ │ │ │ │ │ 367 │ │ │ │ │ │ │ logger.info("Extracting closed-captions...") │ │ 368 │ │ │ │ │ │ │ cc(dec_v_fp, sub_fp) │ │ > 369 │ │ │ │ │ │ │ if os.path.getsize(__sub_fp) == 0: │ │ 370 │ │ │ │ │ │ │ │ logger.info("No closed-captions available!") │ │ 371 │ │ │ │ │ │ │ │ __sub_fp = None │ │ 372 │ │ │ │ C:\Users\Aiden\AppData\Local\Programs\Python\Python39\lib\genericpath.py:50 in getsize │ │ │ │ 47 │ │ 48 def getsize(filename): │ │ 49 │ """Return the size of a file, reported by os.stat().""" │ │ > 50 │ return os.stat(filename).st_size │ │ 51 │ │ 52 │ │ 53 def getmtime(filename): │ └──────────────────────────────────────────────────────────────────────────────────────────────────┘ FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\Aiden\Downloads\Manzana-Apple-Music-Downloader-2.4.0\temp\sub_mv_1743044806.srt'