seovendor





2,442
Rep
Rep
36,401
Likes
Likes
Supreme

- Posts
- 3,189
- Threads
- 2,738
- Joined
- Jul 2020
This script will download all the contents of Goindex websites in a specified directory .
You just have to specify the download location where you want to download and give
it the directory link of any Goindex website. Although i have written this script for linux
based os but with little modification it can run on windows machine too,
you just need a little bit knowledge of configuring selinium for windows.
Requirements
Python >3.5
selenium
Instructions/Installation/Usage
You just have to specify the download location where you want to download and give
it the directory link of any Goindex website. Although i have written this script for linux
based os but with little modification it can run on windows machine too,
you just need a little bit knowledge of configuring selinium for windows.
Requirements
Python >3.5
selenium
Instructions/Installation/Usage
- Go to my colab script
You must reply before you can see the hidden data contained here. - Run the first cell (will mount google drive)
- Run second cell (will install all modules required to run this script)
- Left side you will see file icon click it and a (minimal) file explorer will open . Navigate to My Drive and right click on any folder in my drive to copy the path where you want to download the files from Goindex.
- Go to line number 15 or look for βdestinationDirβ and paste the download path you just copied on step 4 like this destinationDir = β/content/drive/My Drive/Savesβ
- Then copy the Goindex directory link which you want to download go to line number 16 and assign the link like this
You must reply before you can see the hidden data contained here. - Now just run the the third cell and it will download the data
Bugs so far
=