so1der / tiktok-downloader

Python script that allow you to download bunch of tiktoks with watermark
GNU General Public License v3.0
4 stars 2 forks source link

Webdriver for Colab #1

Open hamzakhalil798 opened 1 year ago

hamzakhalil798 commented 1 year ago

Can you tell me which chrome webdriver would be used if I'm running it on colab. Im getting the error of webdriver not present in current dir. i placed chrome linux driver as colab uses linux

so1der commented 1 year ago

Hello! I'm not used to working on Linux, but it looks like you can install webdriver via 'apt install', and then modify 'init_driver' method in main.py, so its works correctly. Try following this: https://stackoverflow.com/questions/51046454/how-can-we-use-selenium-webdriver-in-colab-research-google-com If that doesn't help, I will try to run my script on Linux, so maybe then I can figure out how i can help you