Skip to content
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

Can't add \ to download argument #77

Open
gidgeesheep opened this issue Sep 28, 2022 · 1 comment
Open

Can't add \ to download argument #77

gidgeesheep opened this issue Sep 28, 2022 · 1 comment

Comments

@gidgeesheep
Copy link

I thought I could specify I only wanted disk 1 to download by adding a \1 or a \1* the to end of the title eg. "mario-kart-wii\1"

-----------------------------------ERROR---------------------------------
Traceback (most recent call last):
File "C:\Users\Christian\Documents.MUSIC DOWNLOADER\khinsider.py", line 681, in
sys.exit(doIt())
File "C:\Users\Christian\Documents.MUSIC DOWNLOADER\khinsider.py", line 628, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
File "C:\Users\Christian\Documents.MUSIC DOWNLOADER\khinsider.py", line 457, in download
return soundtrack.download(path, makeDirs, formatOrder, verbose)
File "C:\Users\Christian\Documents.MUSIC DOWNLOADER\khinsider.py", line 358, in download
for song in self.songs:
File "C:\Users\Christian\Documents.MUSIC DOWNLOADER\khinsider.py", line 160, in lazyVersion
setattr(self, attrName, func(self))
File "C:\Users\Christian\Documents.MUSIC DOWNLOADER\khinsider.py", line 316, in songs
anchors = [tr.find('a') for tr in table('tr') if not tr.find('th')]
TypeError: 'NoneType' object is not callable

@AzuzoraDev
Copy link

AzuzoraDev commented Nov 5, 2022

I had no issues with the most recent version on Windows PC. I suggest replacing old files with the most recent available.
Additionally. K.H sometimes changes their url paths. I'd suggest using a batch (.bat) file while using this program, since it's less hassle to fix lines in case they don't work and make sure the url is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants