View Single Post
Old 10-12-2017, 09:06 AM   #203
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Version 1.0.73 - Configuration preferences change.

Version 1.0.73 - 12 October 2017 Configuration preferences change.

This should fix any issues.

By the way, the REGEX that should be used to extract the URL from the example FF text file is: blank.

The REGEX that should be used to extract the story ID from the URL from the example is:
Code:
[0-9][0-9][0-9]+
Note that a "comment" for a REGEX is in the form: (?# ) and will be ignored by the RE engine.

The REGEX to use in the "main" specification area in the Tab is:

Code:
Story URL: https://www.fanfiction.net/s/[0-9]+/[0-9]/|Story URL: http://www.fanfiction.net/s/[0-9]+/[0-9]/
Note that it will capture both https and http. It uses the "|" bar operator that is described in the ToolTip for that area.


DaltonST

Last edited by DaltonST; 10-12-2017 at 10:09 AM. Reason: more info.
DaltonST is offline   Reply With Quote