Jump to content
UBot Underground

Regarding Updating Table In Multi-Threading Exbrowser Table


Recommended Posts

Hello,

 

I am scraping titles and descriptions from youtube using a multithreaded bot using exbrowser, now all the info is being added to the list, however i want to update the datagrid table as the information is being scraped, is it possible to update the datagrid table rows as the data is being scraped instead of having the user wait till the entire scraping is completed and wait till final output is ready? Any small example for this wud be appreciated

Link to post
Share on other sites

Isn't it simply adding the item to a list and then adding that list to a table after scraping each time?

I'm not sure, very new to UBOT but I think that's it since it works for me

It has to execute inside a thread since it is multi-threaded

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...