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

[khinsider] Extractor unable to download sountracks #3215

Closed
vixellexiblade opened this issue Nov 13, 2022 · 0 comments · Fixed by #3219
Closed

[khinsider] Extractor unable to download sountracks #3215

vixellexiblade opened this issue Nov 13, 2022 · 0 comments · Fixed by #3219

Comments

@vixellexiblade
Copy link

At the time of writing, running gallery-dl to download from Khinsider wouldn't print any output and exits successfully despite not making any new files nor folders.
I previously was enable to download this soundtrack around 30 Oct 2022. Now running with the verbose flag provides output.
This appears to apply to all soundtrack examples on the site, might be due to site change.

Sountrack previously downloaded on Windows through standalone executable in releases:

> gallery-dl -v https://downloads.khinsider.com/game-soundtracks/album/dyson-sphere-program
[gallery-dl][debug] Version 1.23.5 - Executable
[gallery-dl][debug] Python 3.7.9 - Windows-10-10.0.19041
[gallery-dl][debug] requests 2.28.1 - urllib3 1.26.12
[gallery-dl][debug] Starting DownloadJob for 'https://downloads.khinsider.com/game-soundtracks/album/dyson-sphere-program'
[khinsider][debug] Using KhinsiderSoundtrackExtractor for 'https://downloads.khinsider.com/game-soundtracks/album/dyson-sphere-program'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): downloads.khinsider.com:443
[urllib3.connectionpool][debug] https://downloads.khinsider.com:443 "GET /game-soundtracks/album/dyson-sphere-program HTTP/1.1" 200 None
[urllib3.connectionpool][debug] Resetting dropped connection: downloads.khinsider.com
[urllib3.connectionpool][debug] https://downloads.khinsider.com:443 "GET /game-soundtracks/album/dyson-sphere-program/01.%2520Dyson%2520Sphere%2520Program%2520Theme.mp3 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] Resetting dropped connection: downloads.khinsider.com

Looking at Issue #2611, I run the same command for comparison.

> gallery-dl --verbose -K "https://downloads.khinsider.com/game-soundtracks/album/wheel-of-time"
[gallery-dl][debug] Version 1.23.5 - Executable
[gallery-dl][debug] Python 3.7.9 - Windows-10-10.0.19041
[gallery-dl][debug] requests 2.28.1 - urllib3 1.26.12
[gallery-dl][debug] Starting KeywordJob for 'https://downloads.khinsider.com/game-soundtracks/album/wheel-of-time'
[khinsider][debug] Using KhinsiderSoundtrackExtractor for 'https://downloads.khinsider.com/game-soundtracks/album/wheel-of-time'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): downloads.khinsider.com:443
[urllib3.connectionpool][debug] https://downloads.khinsider.com:443 "GET /game-soundtracks/album/wheel-of-time HTTP/1.1" 200 None
Keywords for directory names:
-----------------------------
album[count]
  10
album[date]
  Nov 25th, 2006
album[name]
  Wheel of Time
album[platform]

album[size]
  46137344
[urllib3.connectionpool][debug] Resetting dropped connection: downloads.khinsider.com
album[type]

category
  khinsider
subcategory
  soundtrack
[urllib3.connectionpool][debug] https://downloads.khinsider.com:443 "GET /game-soundtracks/album/wheel-of-time/01%2520theme.mp3 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] Resetting dropped connection: downloads.khinsider.com
[urllib3.connectionpool][debug] https://downloads.khinsider.com:443 "GET /game-soundtracks/album/wheel-of-time/02%2520forest%2520for%2520the%2520trees.mp3 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] Resetting dropped connection: downloads.khinsider.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants