Please add a feature to extract magnet links #31
Replies: 5 comments 2 replies
-
Looks like magnet links are getting filtered out with this code: // Filter bad links like: javascript:void(0)
const filteredLinks = links.filter(
(link) => link.lastIndexOf('://', 10) > 0
) I just need to figure out how to best implement the feature. Either by improving the filter to include more results, or adding an option to not filter results at all. I will play with both options and see which one I like better. Version 1.6 is already in progress. If I don't squeeze this into 1.6, I will have it in by 1.7. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I pushed the update to this PR: #30 Created new option I just need to test this and I will get it out. Hopefully later today or tomorrow at latest. |
Beta Was this translation helpful? Give feedback.
-
This update, version 1.6, is now Live on Firefox. I am still waiting for Google to publish 1.4 to Chrome before I can even submit 1.6. So if you are on Chrome, you will have to wait or load it as an unpacked. Let me know if this this does not work for you. Thanks for the feedback. |
Beta Was this translation helpful? Give feedback.
-
Glad this is working as expected. The update is now also live on Chrome so going to close this out. Please let us know if there is anything else you would like to see added. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Request is same as the title please can you add the magnet links in your extension.
and thank you for your extension
Beta Was this translation helpful? Give feedback.
All reactions