pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
261 stars 21 forks source link

Download block not connecting to Duplicate block #36

Closed anewuser closed 6 years ago

anewuser commented 6 years ago

I'm currently unable to connect a new Download block to a Duplicate block on Firefox 58.0.1. The connectors don't get highlighted, as if it was impossible to do that.

Cloning an existing pipe where they are already connected works.

onli commented 6 years ago

Yes, that changed a few versions ago. The goal was to make sure that users connect only feeds to those pipes that only understands feeds. That enabled to better define how other formats can be supported (by converting them in the extract block).

Workaround here is to use multiple download blocks. Downloads are cached anyway, there is no performance impact, it is only slightly messier.

anewuser commented 6 years ago

I see. Will existing feeds continue to work?

onli commented 6 years ago

Yes, definitely. This change is already a few month old :)