Sorrow446 / MOOV-DL

Tool written in Python to download streamable tracks from moov.hk.
29 stars 10 forks source link

Trial account #9

Closed alexchan378 closed 3 years ago

alexchan378 commented 3 years ago

Can it login with trial account to download?

Sorrow446 commented 3 years ago

Yup.

alexchan378 commented 3 years ago

What issue as following error message?

Failed to rip track. Traceback : File "moov-dl.py, line 253, in main download<file_meta, parsed_meta, pre_path> File "moov-dl-py", line 204, in download concat<paths, pre_path> File "Moov-dl.py", line 172, in concat concat_path, '-y', '-c', 'flac', pre_path]> File "Subprocess.py, line 403, in run File "Subprocess.py, line 709, in init File "Subprocess.py, line 997, in _execute_child FileNotFoundError: [WinError 2]

Sorrow446 commented 3 years ago

Read the setup. You need FFmpeg.

alexchan378 commented 3 years ago

THX