meeb
meeb
Once the first index is complete for a source it should be possible to use RSS feeds to scan for new media as discussed in #48 - this should lower...
Some of the log events are pretty spammy. While they are logged as `debug` events that's the default log level. Users should be able to sent a `LOG_LEVEL` style env...
Allow exclusion of media on a source by keyword or by length (to not download media under a certain length).
### What happened? I have a TuYa TS0601 smart air house keeper which identifies as `_TZE200_dwcarsat`. The PM2.5 (the `pm25` value in the message) counter rolls over a couple of...
Some media formats are now flagged as "premium" and require authentication and a subscription (such as cookies.txt exported from a YouTube account with a YouTube premium subscription) to access. Given...
As per: https://github.com/meeb/django-distill/pull/79#issuecomment-1988314703 boto3 supports automatically loading AWS credentials for the S3 backend. The current mandatory config settings should be made optional.
As all remote interactions from `whoisit` are just basic HTTP requests, with the exception of the additional custom SSL handshake options, an interface should be added to expose an async...
Given your recent efforts it's probably fine to move tubesync out of the permanent "beta" stage and just make a 1.0 release. It's about as stable now as a platform...
The method `Retry.parse_retry_after(...)` will accept any integer returned by the remote server in the `Retry-After` header when the server returns a number of seconds to delay for rather than an...