Giter Club home page Giter Club logo

moov-dl's People

Contributors

sorrow446 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

moov-dl's Issues

Presented this error when running in termux.

README.md config.json moov-dl.py requirements.txt
api ffmpeg moov-dl_tmp
$ python moov-dl.py -u https://moov.hk/#/album/VASB00280151A


| | | | | || | |
| | | | | | | | | |
| | | |__
||||||___/ |___/|_____|

Signed in successfully.

Album 1 of 1:
Europe - Definitive Collection
Unavailable in "HR". "LL" will be used instead.
Downloading track 1 of 18: The Final Countdown - 16-bit / 44.1 kHz FLAC
100%|██████████████████████████78/78 segments [12:04<00:00]
Failed to rip track.
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/mutagen/_util.py", line 251, in _openfile
fileobj = open(filename, "rb+" if writable else "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/data/data/com.termux/files/home/storage/music/Europe - Definitive Collection/1.flac'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

Can't download anything with my vpn

C:\Users\Administrator>C:\Users\Administrator\MOOV-DL\moov-dl_x86.exe -u https:/
/moov.hk/#/album/VAEP00521645A


| | | | | || | |
| | | | | | | | | |
| | | |__
||||||___/ |___/|_____|

Traceback (most recent call last):
File "urllib3\connectionpool.py", line 696, in urlopen
File "urllib3\connectionpool.py", line 964, in prepare_proxy
File "urllib3\connection.py", line 359, in connect
File "urllib3\connection.py", line 502, in connect_tls_proxy
File "urllib3\util\ssl
.py", line 432, in ssl_wrap_socket
File "urllib3\util\ssl
.py", line 474, in _ssl_wrap_socket_impl
File "ssl.py", line 407, in wrap_socket
File "ssl.py", line 817, in init
File "ssl.py", line 1077, in do_handshake
File "ssl.py", line 689, in do_handshake
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:847)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "requests\adapters.py", line 449, in send
File "urllib3\connectionpool.py", line 756, in urlopen
File "urllib3\util\retry.py", line 573, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mtg.now.com', port=4
43): Max retries exceeded with url: /moov/api/user/loginstatuscheck (Caused by S
SLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:847)'),))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "moov-dl.py", line 297, in
auth()
File "moov-dl.py", line 107, in auth
if not client.auth(cfg['email'], cfg['password']):
File "api\client.py", line 41, in auth
'POST', 'user/loginstatuscheck', headers, data=data
File "api\client.py", line 11, in make_call
r = self.s.request(method, self.base + epoint, headers=headers, params=param
s, data=data)
File "requests\sessions.py", line 542, in request
File "requests\sessions.py", line 655, in send
File "requests\adapters.py", line 514, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='mtg.now.com', port=443):
Max retries exceeded with url: /moov/api/user/loginstatuscheck (Caused by SSLEr
ror(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:847)'),))
[9120] Failed to execute script moov-dl

About quality and tags

Good morning,sir.
There's two quality of songs in moov,original hi-res and moov upsampling.Now we can't identify what quality is the flac when the song was downloaded in "quality 2".
I find moov kept the original wav tags in its flac version when songs downloading to the folder "moov-dl_tmp".And the moov's upsampling flac have a tag, : Weiss Engineering Saracon 01.61-35 (libsndfile-1.0.23).But after the files are merged,the original flac tags are covered by moov-dl's tags.SO how can I keep the original meta?

Can you help me?

Traceback (most recent call last):
File "moov-dl.py", line 295, in
cfg = parse_prefs()
File "moov-dl.py", line 38, in parse_prefs
cfg = parse_cfg()
File "moov-dl.py", line 31, in parse_cfg
return json.load(f)
File "E:\Python\Python3.6.8\lib\json_init_.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "E:\Python\Python3.6.8\lib\json_init_.py", line 354, in loads
return _default_decoder.decode(s)
File "E:\Python\Python3.6.8\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "E:\Python\Python3.6.8\lib\json\decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Invalid \escape: line 5 column 19 (char 95)

i can't download

C:\Users\Cai>F:\MOOV-DL-main\moov-dl_x86.exe -u https://moov.hk/#/album/VAID00717078A


| | | | | || | |
| | | | | | | | | |
| | | |__
||||||___/ |___/|_____|

Traceback (most recent call last):
File "urllib3\connectionpool.py", line 696, in urlopen
File "urllib3\connectionpool.py", line 964, in prepare_proxy
File "urllib3\connection.py", line 359, in connect
File "urllib3\connection.py", line 502, in connect_tls_proxy
File "urllib3\util\ssl
.py", line 432, in ssl_wrap_socket
File "urllib3\util\ssl
.py", line 474, in _ssl_wrap_socket_impl
File "ssl.py", line 407, in wrap_socket
File "ssl.py", line 817, in init
File "ssl.py", line 1077, in do_handshake
File "ssl.py", line 689, in do_handshake
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:847)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "requests\adapters.py", line 449, in send
File "urllib3\connectionpool.py", line 756, in urlopen
File "urllib3\util\retry.py", line 573, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mtg.now.com', port=443): Max retries exceeded with url: /moov/api/user/loginstatuscheck (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:847)'),))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "moov-dl.py", line 297, in
auth()
File "moov-dl.py", line 107, in auth
if not client.auth(cfg['email'], cfg['password']):
File "api\client.py", line 41, in auth
'POST', 'user/loginstatuscheck', headers, data=data
File "api\client.py", line 11, in make_call
r = self.s.request(method, self.base + epoint, headers=headers, params=params, data=data, verify=False)
File "requests\sessions.py", line 542, in request
File "requests\sessions.py", line 655, in send
File "requests\adapters.py", line 514, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='mtg.now.com', port=443): Max retries exceeded with url: /moov/api/user/loginstatuscheck (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:847)'),))
[996] Failed to execute script moov-dl

i change line in api/client.py.
From:

r = self.s.request(method, self.base + epoint, headers=headers, params=params, data=data)
To:

r = self.s.request(method, self.base + epoint, headers=headers, params=params, data=data, verify=False)

Still can't download
I am in China and use VPN
can you help me

Can you help me?

C:\Users\xxxxx\Pictures\MOOV>moov-dl_x64.exe -u https://moov.hk/#/album/
VASB00364847A
Traceback (most recent call last):
File "moov-dl.py", line 14, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "Cryptodome\Cipher_init
.py", line 87, in
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
File "Cryptodome\Cipher_mode_gcm.py", line 57, in
File "Cryptodome\Util_raw_api.py", line 171, in load_pycryptodome_raw_lib
OSError: Cannot load native module 'Cryptodome.Util._galois'
[11620] Failed to execute script moov-dl

Downloading Error

Hello,when I dl the album https://moov.hk/#/album/VAEG00775238A ,something wrong appeared.How can I fix it?
Thanks for watching.

C:\Users\Administrator>MOOV-DL\moov-dl_x86.exe -u https://moov.hk/#/album/VAEG00775238A


| | | | | || | |
| | | | | | | | | |
| | | |__
||||||___/ |___/|_____|

Signed in successfully.

Album 1 of 1:
曾樂彤 - Inner Child
Unavailable in "HR". "LL" will be used instead.
Downloading track 1 of 7: 天空之門 - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'
Unavailable in "HR". "LL" will be used instead.
Downloading track 2 of 7: 不一樣的我 - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'
Unavailable in "HR". "LL" will be used instead.
Downloading track 3 of 7: 存在 - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'
Unavailable in "HR". "LL" will be used instead.
Downloading track 4 of 7: 找到一個人 - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'
Unavailable in "HR". "LL" will be used instead.
Downloading track 5 of 7: 永恆少年 - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'
Unavailable in "HR". "LL" will be used instead.
Downloading track 6 of 7: 躲不開的一課 - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'
Unavailable in "HR". "LL" will be used instead.
Downloading track 7 of 7: 天空之門 (Midnight Remix) - None-bit / None kHz FLAC
Failed to rip track.
Traceback (most recent call last):
File "moov-dl.py", line 253, in main
download(file_meta, parsed_meta, pre_path)
File "moov-dl.py", line 180, in download
r = client.s.get(file_meta['playUrl'], headers={'User-Agent': 'Moov-Android/
1.0/hls-hr'})
KeyError: 'playUrl'

It can‘t download by artist url

I am so appreciated to discover and use these music download tools developed by you ,especially qo-dl ,mq-dl and moov-dl.I want to download all the discography of one artist,but moov-dl seems to not work properly.It might be more convenient if it could support the artist url to download discography.Thank you very much.

Failed to read album

Failed when tried to downloading an album from https://moov.hk/#/album/VACJ00281326A

Traceback (most recent call last):
  File "%userprofile%\MOOV-DL\moov-dl.py", line 307, in <module>
    main(alb_id, url)
  File "%userprofile%\MOOV-DL\moov-dl.py", line 241, in main
    dir_setup(alb_path)
  File "%userprofile%\MOOV-DL\moov-dl.py", line 113, in dir_setup
    os.makedirs(path)
  File "%programfiles%\Python310\lib\os.py", line 225, in makedirs
    mkdir(name, mode)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'MOOV-DL downloads\\The Rock Diamond - DICE & The STAR\n(2016.08.01 권리이관, 케미컬레코드 -> CJ E&M MUSIC)'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.