File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -553,7 +553,6 @@ try {
553553
554554 // #R18(中文)[NoyAcg](https://noy1.top)
555555 // test: https://noy1.top/#/read/13349
556- case 'siteUrl#noy' :
557556 case 'noy1.top' : {
558557 options = {
559558 name : 'NoyAcg' ,
Original file line number Diff line number Diff line change @@ -8,13 +8,9 @@ const siteUrlFnMap = {
88 return [ ...res . data . matchAll ( / (?< = < s p a n > ) [ \d a - z - .] + (? = < \/ s p a n > ) / g) ] . flat ( ) ;
99 } ,
1010 async wnacg ( ) {
11- const res = await axios < string > ( 'https://wnacg.date ' ) ;
11+ const res = await axios < string > ( 'https://wnacg01.link/ ' ) ;
1212 return [ ...res . data . matchAll ( / (?< = < i > ) [ - A - Z a - z \d . ] + (? = < \/ i > ) / g) ] . flat ( ) ;
1313 } ,
14- async noy ( ) {
15- const res = await axios < string > ( 'https://noy.icu/atom.xml' ) ;
16- return [ .../ (?< = < l i n k h r e f = " h t t p s : \/ \/ ) .+ (? = \/ " ) / . exec ( res . data ) ! ] ;
17- } ,
1814} ;
1915
2016let siteUrlMap : Record < string , string [ ] > | undefined ;
You can’t perform that action at this time.
0 commit comments