Explorar el Código

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

marvzhang hace 5 años
padre
commit
7c3b87a0b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]',