Ver Fonte

fixed https://github.com/crawlab-team/artipub/issues/25

marvzhang há 5 anos atrás
pai
commit
7c3b87a0b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      spiders/config.js

+ 1 - 1
spiders/config.js

@@ -19,7 +19,7 @@ module.exports = {
   segmentfault: {
     urls: {
       login: 'https://segmentfault.com/user/login',
-      editor: 'https://segmentfault.com/write'
+      editor: 'https://segmentfault.com/write?freshman=1'
     },
     loginSel: {
       username: 'input[name="username"]',