Przeglądaj źródła

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

marvzhang 5 lat temu
rodzic
commit
7c3b87a0b5
1 zmienionych plików z 1 dodań i 1 usunięć
  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"]',