dfreelon / pyktok

A simple module to collect video, text, and metadata from Tiktok.
BSD 3-Clause "New" or "Revised" License
316 stars 44 forks source link

Remove "enter the name of a web browser" input #30

Closed 31onMusk closed 11 months ago

31onMusk commented 11 months ago

Is there a way to remove "Please enter the name of a web browser on your system (e.g. firefox, chrome, edge, etc.):" input in cmd?

dfreelon commented 11 months ago

No, the program won't work for many users without this. Basically, if any installed browser has its cookie access restricted, the browser-free option will fail. I have confirmed this is the case for Google Chrome and MS Edge, and it may apply to others as well.

dfreelon commented 11 months ago

If you have a better idea of how to supply the module a browser at import time, feel free to make a PR.