Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

想問一下,每一次抓取網頁內容時,可否不彈出抓取狀態頁 #191

Open
yibie opened this issue Nov 17, 2020 · 2 comments
Labels
enhancement New feature or request someday Not planned to do in the near future, mostly due to limited resources

Comments

@yibie
Copy link

yibie commented Nov 17, 2020

抓取資料數量一多,抓取狀態的窗口堆著很難看。我認為,是需要給用戶了解抓取的狀態的,只不过是否可以集中在一個窗口裡展示,而不用打開一堆的小窗口。

@danny0838
Copy link
Owner

技術上應該是可以,但是那要極大幅度地更改內部程式架構,可能要很~久以後了。當初使用多視窗的方式就是因為這樣能最簡單地分離不同的擷取工作,而且只要把視窗關掉就能確實中止相關的擷取工作(如果混在一起,要把非同步工作確實停掉,程式寫起來會非常複雜)。

目前有幾個可能有幫助的做法:

  1. 選取多個分頁再按擷取分頁,這樣就會在同一個擷取視窗裡排隊擷取。
  2. 到選項設定「擷取完成時自動關閉對話視窗」,這樣每個擷取工作完成時就會自動關掉視窗(不過有可能會漏掉錯誤訊息,請自行取捨)。

@yibie
Copy link
Author

yibie commented Nov 18, 2020

明白了,謝謝。那我還是保持原狀吧。

@danny0838 danny0838 transferred this issue from danny0838/PyWebScrapBook Nov 18, 2020
@danny0838 danny0838 added the enhancement New feature or request label Nov 18, 2020
@danny0838 danny0838 added the someday Not planned to do in the near future, mostly due to limited resources label Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request someday Not planned to do in the near future, mostly due to limited resources
Projects
None yet
Development

No branches or pull requests

2 participants