You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Presently the scrapping for the youtube is done using the selenium browser, now we are revamping the application and level up all the scrapping to be done using golang. As using various different dependency for different features is making the work difficult and also increases the size of the application.
Describe the solution you'd like
The scrapping of the youtube requests to be updated and implemented using the golang scrapping packages. One of them package implemented presently for the google and bing scrapping is goquery. Other recommendations of golang packages are most welcome.
The text was updated successfully, but these errors were encountered:
Yaa. I have noticed that. In that case, we can go with puppeteer as it can be developed using GoLang and we can remove the complete support for nodejs. What do you say @Harkishen-Singh ?
Is your feature request related to a problem? Please describe.
Presently the scrapping for the youtube is done using the selenium browser, now we are revamping the application and level up all the scrapping to be done using golang. As using various different dependency for different features is making the work difficult and also increases the size of the application.
Describe the solution you'd like
The scrapping of the youtube requests to be updated and implemented using the golang scrapping packages. One of them package implemented presently for the google and bing scrapping is goquery. Other recommendations of golang packages are most welcome.
The text was updated successfully, but these errors were encountered: