Giter VIP home page Giter VIP logo

Comments (22)

jo1gi avatar jo1gi commented on July 20, 2024 1

I think I fixed both problems.

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

It currently only works with links to the page where you listen to the audiobook.

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

Added a line to the README to make it more obvious (commit 42bd022).

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

now i am getting this issue it is not found any package call "mutagenpillowpydub"

PS C:\Users\Hp> audiobook-dl -c C:\cookies.txt https://www.scribd.com/listen/517606493
Traceback (most recent call last):
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\Scripts\audiobook-dl-script.py", line 6, in
from pkg_resources import load_entry_point
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init_.py", line 3088, in
@call_aside
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init
.py", line 3072, in call_aside
f(*args, **kwargs)
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init
.py", line 3101, in initialize_master_working_set
working_set = WorkingSet.build_master()
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init
.py", line 574, in build_master
ws.require(requires)
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init
.py", line 892, in require
needed = self.resolve(parse_requirements(requirements))
File "C:\Users\Hp\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init
.py", line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'mutagenpillowpydub' distribution was not found and is required by audiobook-dl
PS C:\Users\Hp>

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

@jaan143 It looks like you are missing some dependencies. Try running pip3 install mutagen pillow pydub. That should install them for you.

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

these all dependencies are installed

PS C:\Users\Hp> pip3 install mutagen pillow pydub
Requirement already satisfied: mutagen in c:\users\hp\appdata\local\programs\python\python36\lib\site-packages (1.45.1)
Requirement already satisfied: pillow in c:\users\hp\appdata\local\programs\python\python36\lib\site-packages\pillow-8.3.1-py3.6-win-amd64.egg (8.3.1)
Requirement already satisfied: pydub in c:\users\hp\appdata\local\programs\python\python36\lib\site-packages (0.25.1)
PS C:\Users\Hp>

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

Dear i think you write wrong spell (without spaces) thats why it is also cannot search here you can check
i used this command " python setup.py install " and in the end i got this error

Processing dependencies for audiobook-dl==0.1.0
Searching for mutagenpillowpydub
Reading https://pypi.org/simple/mutagenpillowpydub/
Couldn't find index page for 'mutagenpillowpydub' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for mutagenpillowpydub
error: Could not find suitable distribution for Requirement.parse('mutagenpillowpydub')
PS C:\Users\Hp\Downloads\Compressed\audiobook-dl-master\audiobook-dl-master>

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

I can't find it anywhere in the program. Try downloading the newest version. It works for me.

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

i am getting same issue in other laptop also
can you come in my pc through teamv ?

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

I can try

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

ok give me please your email i will send you there teamv access

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

[email protected]

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

sent you email kindly check

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

I received it

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

sent you details please connect it

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

Dear add some text in script to replace title : with _ (underscore)
every book which title have ":" is getting error like this one you can see

NotADirectoryError: [WinError 267] The directory name is invalid: 'Tuesday: The Curse of the Blue Spots'

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

Sry. Didn't think about that. It's not a problem on linux. I will try to fix it as soon as possible.

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

i got the issue why it is not combining
actually script is also trying to combine jpg file which is not streaming file and then giving this error
" Output file #0 does not contain any stream "

this #0 file is jpg file and this is the reason got error in combine files. if you can skip this jpg file in combining then it will work perfect

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

@jo1gi Dear this is working perfect now
thank you very very much for update

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

@jo1gi Dear i am trying to get overdrive library card sins one week but i cant get
can you send me library card and pin ? i really want it
if its possible for you
let me know then i will reply you in your email and you can send me there
thank you

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

@jo1gi i sent you email in this address [email protected]
please reply me there
i have paid task for your

from audiobook-dl.

jaan143 avatar jaan143 commented on July 20, 2024

@jo1gi please check your email

from audiobook-dl.

Related Issues (20)

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.