onli
onli
Maybe that interacts with the FF setting somehow? Because the strange thing is that I definitely disabled tracking protection when testing for pipes.digital, via the shield at the top left....
These are the settings that break it for me:  When I change this to standard or strict the example works. FF 96.0.2. (To re-open the issue was a misclick,...
That would be linked to https://github.com/pipes-digital/pipes/issues/92. Simple problem: I don't know how to do this properly. Nokogiri does not have an API to create an XML element at a random...
Note: I just deleted a comment where I understood your suggestion wrong. Your idea to limit it to specific items could make this work. There is no reason not to...
Hm, I like the idea. We would need another caching layer (the third), for a specific download block (so not per url, as in https://github.com/pipes-digital/pipes/blob/master/downloader.rb). And then a way to...
It's not supposed to be as fast as possible. The downloads are put into a ThrottleQueue, divided by domain. See https://github.com/pipes-digital/pipes/blob/master/downloader.rb#L21-L25: ``` @@limiters[url.host] = ThrottleQueue.new 0.4 if ! @@limiters[url.host] result...
That's even a complete list of scenarios, isn't it? Playlists, channels, user page feeds.
Okay then. Thanks, this is a great idea. I got it implemented in the current dev version, it will go live with the next update.
This feature is also online now. Could you give me feedback whether this works as expected for you?
Super, thanks. > the settings button looks like a "turn off" icon, so my first guess was that it was a "logout" button Oh, which button do you mean exactly?...