View Single Post
Old 09-06-2020, 03:22 AM   #2
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
The searches should be:

Code:
https://archiveofourown.org/works/(\d+)
https://www.fanfiction.net/s/(\d+)/1/
With the replace:

Code:
\1
And set the identifier to "ao3" of "ffnet" as appropriate.

The above will add the identifier. If you want to remove the URL identifier, you should do the search again, but with nothing in the replace field, and "url" in the destination identifier.

To limit it to just the stories that are not "In-Progress", search for the books before doing the search-and-replace. That should be with:

Code:
not #fanficstatus:"In-Progress"
davidfor is offline   Reply With Quote