File size: 326 Bytes
8dfb7db
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import launch
import platform

if platform.system() == "Windows":
    if not launch.is_installed("gdown"):
        launch.run_pip("install gdown", "requirements for Batchlinks Download extension")

    if not launch.is_installed("wget"):
        launch.run_pip("install wget", "requirements for Batchlinks Download extension")