likee-downloader is no longer working, due to anti-scraping changes on the likee website. I will start working on an alternative solution.
A program for downloading videos from Likee, given a username
pip install likee-downloader
In order to run the program, You will need to have the FireFox browser installed on your pc
The program is dependent on selenium, so in order to run it, you will have to download and properly setup geckodriver (setup instructions available below)
docker pull rly0nheart/likee-downloader
Setting up selenium/geckodriver won't be required for the docker image
1. Go to the geckodriver releases page. Find the latest version of the driver for your platform and download it
2. Extract the downloaded file
tar -xvzf geckodriver*
3. Make it executable
chmod +x geckodriver
4. Add geckodriver to your system path
export PATH=$PATH:/path/to/downloaded/geckodriver
If you encounter issues with the above commands, then you should run them as root (with sudo)
1. Go to the geckodriver releases page. Find the geckodriver.exe binary for your platform and download it
2. Move the downloaded executable to C:UsersyourusernameAppDataLocalProgramsPythonPython310
The numbers on the directory 'Python310' will depend on the version of Python you have
Set up Selenium & GeckoDriver (Mac)
likee_downloader
docker run -it -v $PWD/downloads:/app/downloads rly0nheart/likee-downloader
Upon run, the program will first check for updates. If found, users will be notified about the update
Flag | Description |
---|---|
-s/--screenshot | capture a screenshot of the target's profile (bonus feature) |
-c/--videos-count | number of videos to download (default: 10) |
-j/--json | dump video info to a json file |
If you would like to donate, you could Buy A Coffee for the developer using the button below
Your support will be much appreciated!