ping
ping
Hi there The new [`libby` subcommand](https://github.com/ping/odmpy#download-via-libby) now supports multiple downloads. With the sunset of the OverDrive apps in favor of Libby, I don't forsee significant improvements in the processing of...
@nicfit I'm not familiar how the dependencies are setup but coverage is indeed getting installed by default. ```bash $ python3 -m pip install eyed3 Collecting eyed3 Using cached eyed3-0.9.7-py3-none-any.whl (246...
Hi, is there anything I can change to get this PR moving? I'll be happy to incorporate the changes suggested (sort in `sort_key`).
@phw I think there is a typo with the original suggestion. The return order should be priority, size, key. ```python return (get_prio(frame), frame_key, frame_size) ``` should be ```python return (get_prio(frame),...
@phw @lazka I giving this a bump to see if this can be merged before the next release. The only failed test in CI seems to be due to timeout.
FYI, submitted PR #429 to add proper support in `Twython.html_for_tweet()` for extended tweets. Comments are welcomed!
I don't use tags very much personally and probably will not be able to implement this anytime soon. If you would like to try, please feel free! Edit: Also, would...
@TechGuygamer I took a quick look at the tags page on Libby and added some new Libby API endpoints that you may need to use to implement this. For these...