kemono-dl
kemono-dl copied to clipboard
Fix: (2024.02.02) Update API Endpoint Paths, Domain, and Datetime Handling
2024.02.02
- Updated the domain string from ".party" to ".su".
- Revised API endpoint paths in the source code from .../api/... to .../api/v1/... to align with changes in the API server's address.
- Modified the
format_time_by_type
function for proper handling of ISO 8601 datetime strings, following adjustments to the API server. - isWorking on Python 3.9.0
about tmi
It's working perfectly now! (but coomer is so slow to download '-`)
Thank you for your project 🥰
Yo man. Thanks a bunch for the fix! I think there still some problems though, because when I try to use it with this pull request, it tries to increment the posts by 25, instead of 50, which ends up causing problems with the API
EDIT
Fixed by going to lines 179 and 181 of main.py
and changing the value of 25
to 50
Yo man. Thanks a bunch for the fix! I think there still some problems though, because when I try to use it with this pull request, it tries to increment the posts by 25, instead of 50, which ends up causing problems with the API
EDIT
Fixed by going to lines 179 and 181 of
main.py
and changing the value of25
to50
Thank you for repair code!
No problem, and sorry I didn't send a proper file