Package Details: khinsider-git r77.b1683fb-1

Git Clone URL: https://aur.archlinux.org/khinsider-git.git (read-only, click to copy)
Package Base: khinsider-git
Description: A script for mass downloads from downloads.khinsider.com
Upstream URL: https://github.com/obskyr/khinsider
Licenses: unknown
Conflicts: khinsider
Provides: khinsider
Submitter: nathanielcwm
Maintainer: nathanielcwm
Last Packager: nathanielcwm
Votes: 3
Popularity: 0.001336
First Submitted: 2023-11-15 08:13 (UTC)
Last Updated: 2023-11-15 08:13 (UTC)

Latest Comments

Lorsoen commented on 2025-08-07 16:14 (UTC)

The script broke with this error and has not been updated (likely never will ?) :

An unexpected error occurred! If it isn't too much to ask, please report to https://github.com/obskyr/khinsider/issues.
Attach the following error message:

Traceback (most recent call last):
  File "/usr/bin/khinsider", line 599, in <module>
    sys.exit(doIt())
             ~~~~^^
  File "/usr/bin/khinsider", line 546, in doIt
    success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
  File "/usr/bin/khinsider", line 371, in download
    soundtrack.name # To conistently always load the content in advance.
    ^^^^^^^^^^^^^^^
  File "/usr/bin/khinsider", line 78, in lazyVersion
    setattr(self, attrName, func(self))
                            ~~~~^^^^^^
  File "/usr/bin/khinsider", line 220, in name
    return next(self._contentSoup.find('h2').stripped_strings)
                ^^^^^^^^^^^^^^^^^
  File "/usr/bin/khinsider", line 78, in lazyVersion
    setattr(self, attrName, func(self))
                            ~~~~^^^^^^
  File "/usr/bin/khinsider", line 212, in _contentSoup
    if contentSoup.find('p').string == "No such album":
       ^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'find'

This fork fixes it

snazza commented on 2021-09-13 21:16 (UTC)

python-pip and python-bs4 must be added to dependencies

nathanielcwm commented on 2021-07-10 15:26 (UTC)

Shouldn't this be khinsider-git?