Quote:
Originally Posted by catlover1019
I was aware that they were not story URLs, and couldn't be downloaded. I was simply using them as examples of the URL format, and it's actually the same URL you use for the example of the format on your supported sites page. I was not trying to download using those URLs.
|
In future, when reporting issues please use real (SFW) story URLs that exhibit the problem described. The Example URLs are all 1234... because they are just examples and many don't work. You can PM me NSFW story URLs.
Quote:
Originally Posted by Tanjamuse
When I have the following in my Personal.ini, it reacts with all series which has Angel in it.
...
Is there anything I can do to avoid that it also changes Touched By An Angel to Touched By An Angel: The Series ?
|
If you use
^Angel$ it will match only "Angel" exactly.
You could use
(?!Touched.*)Angel$, but you will have the same problem with "Strange Angel", for example.