- Issue created by @ptmkenny
- @ptmkenny opened merge request.
- 🇯🇵Japan ptmkenny
This adds support for import by type, but only if there is a single feed for that type.
I can rework all the commands to accept int|string, where int is the fid and string is the type, and then, in the event of a string/type, to loop through all the returned feeds, but I want to know if this is an OK approach for the maintainer before I write the code.
- 🇳🇱Netherlands megachriz
Importing feeds by type is already possible with the following command:
feeds:import-all my_feed_type
This will however import all feeds of that type. So it doesn't import just a single feed when you've more than one feed of that type. - 🇯🇵Japan ptmkenny
Wow, that's great! Actually that's basically exactly what I proposed implementing, so I'm closing this. Thanks for the quick response!