ygg remove extra quote character (#4679)

This commit is contained in:
Scott Cooper 2019-02-13 15:57:01 -08:00 committed by garfield69
parent dfaa7f1a69
commit 293e2efbf7
1 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@
- https://ygg.to/ - https://ygg.to/
- https://www.ygg.to/ - https://www.ygg.to/
- https://ww3.yggtorrent.gg/ - https://ww3.yggtorrent.gg/
caps: caps:
categorymappings: categorymappings:
@ -158,8 +158,8 @@
search: search:
followredirect: true followredirect: true
paths: paths:
- path: "https://{{ .Config.searchanddlurl }}/"engine/search?category={{ .Config.category }}&name={{if .Config.enhancedAnime}}{{ re_replace .Keywords \"([\\.\\s\\[\\-])(\\d+)$\" \"$1e$2\" }}{{else}}{{ re_replace .Keywords \"\\s\" \"\"\"\" }}{{end}}&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date" - path: "https://{{ .Config.searchanddlurl }}/engine/search?category={{ .Config.category }}&name={{if .Config.enhancedAnime}}{{ re_replace .Keywords \"([\\.\\s\\[\\-])(\\d+)$\" \"$1e$2\" }}{{else}}{{ re_replace .Keywords \"\\s\" \"\"\"\" }}{{end}}&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date"
- path: "https://{{ .Config.searchanddlurl }}/"engine/search?category={{ .Config.category }}&name={{if .Config.enhancedAnime}}{{ re_replace .Keywords \"([\\.\\s\\[\\-])(\\d+)$\" \"$1e$2\" }}{{else}}{{ re_replace .Keywords \"\\s\" \"\"\"\" }}{{end}}&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date&page=50" - path: "https://{{ .Config.searchanddlurl }}/engine/search?category={{ .Config.category }}&name={{if .Config.enhancedAnime}}{{ re_replace .Keywords \"([\\.\\s\\[\\-])(\\d+)$\" \"$1e$2\" }}{{else}}{{ re_replace .Keywords \"\\s\" \"\"\"\" }}{{end}}&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date&page=50"
rows: rows:
selector: "table.table > tbody > tr" selector: "table.table > tbody > tr"