-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audiobook is not downloading. #15
Comments
Yes, they have patched their API. Now it will require premium account to download. |
I have premium account, it show this same error. |
So i need to do some changes to support premium account. |
i did it changes. soon you will all have access |
It is shown as downloaded all episodes. but not working. Just a alert audio only downloaded for all episodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
128kb.m3u8: No such file or directory
Traceback (most recent call last):
File "C:\Python\Python313\Lib\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: 'C:\Users\USER\Documents\Python Programming Files\kuku-dl\Downloads\Hindi\Audio book\Read People Like A Book (2023) [Hindi]\02. Chapter 1. Behavior Se Karein Guess Part - 1.m4a'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\USER\Documents\Python Programming Files\kuku-dl\kuku.py", line 183, in
KuKu(args.url).downAlbum()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\USER\Documents\Python Programming Files\kuku-dl\kuku.py", line 171, in downAlbum
self.downloadAndTag(epMeta, trackPath, srtPath,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
os.path.join(albumPath, 'cover.png'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\Documents\Python Programming Files\kuku-dl\kuku.py", line 85, in downloadAndTag
tag = MP4(path)
File "C:\Python\Python313\Lib\site-packages\mutagen_file.py", line 48, in init
self.load(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "C:\Python\Python313\Lib\site-packages\mutagen_util.py", line 154, in wrapper
with _openfile(self, filething, filename, fileobj,
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
writable, create) as h:
^^^^^^^^^^^^^^^^^
File "C:\Python\Python313\Lib\contextlib.py", line 141, in enter
return next(self.gen)
File "C:\Python\Python313\Lib\site-packages\mutagen_util.py", line 272, in _openfile
raise MutagenError(e)
mutagen.MutagenError: [Errno 2] No such file or directory: 'C:\Users\USER\Documents\Python Programming Files\kuku-dl\Downloads\Hindi\Audio book\Read People Like A Book (2023) [Hindi]\02. Chapter 1. Behavior Se Karein Guess Part - 1.m4a'
The text was updated successfully, but these errors were encountered: