Scraper: Let regular expression replacement work through whole Resolve section (incl. URLs)

Issue #75 new
Former user created an issue

I've encountered several times that the URL values had to use the modified ID from Resolve - ID, rather than the original values from the page code. I was able to handle ID + name, but the URL links remained unworkable, even though the same rules could be used for all these fields. So such a function could be useful.

Example source: https://rateyourmusic.com/sourced/autosuggest.js?pre=descriptor&type=h&context=V , where IDs start with text var descriptorsuggestions = new Array(, where all IDs/url should have spaces replaced with hyphens and all diacritics and other special characters excluded.

Comments (0)

  1. Log in to comment