Skip to main content

Likee video downloader

Project description

Note

Due to Likee's changes on their website, likee-downloader only works in some European countries. And, it also works in the United States.

Likee Downloader

A program for downloading videos from Likee, given a username

CodeQL Upload Python Package

screenshot

Installation

Install from PyPI

pip install likee-downloader

Note

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

docker pull rly0nheart/likee-downloader

Note

Setting up selenium/geckodriver won't be required for the docker image

Geckodriver setup

Linux

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

Note

If you encounter issues with the above commands, then you should run them as root (with sudo)

Windows

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:\Users\yourusername\AppData\Local\Programs\Python\Python310

Note

The numbers on the directory 'Python310' will depend on the version of Python you have

Mac OS

Usage

PyPI package

likee_downloader --help

Docker image

docker run -it -v $PWD/downloads:/app/downloads rly0nheart/likee-downloader --help
usage: likee_downloader [-h] [-s] [-l LIMIT] [-d {csv,json}] [-dl] username

likee-downloader — by Richard Mwewa | https://about.me/rly0nheart

positional arguments:
  username              username

options:
  -h, --help            show this help message and exit
  -s, --screenshot      capture a screenshot of the target's profile
  -l LIMIT, --limit LIMIT
                        number of videos to get (default: 10)
  -d {csv,json}, --dump {csv,json}
                        dump video data to a specified file type
  -dl, --download       Download all returned videos

A program for downloading videos from Likee, given a username

Donations

If you would like to donate, you could Buy A Coffee for the developer using the button below

me

Your support will be much appreciated!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

likee-downloader-1.8.1.tar.gz (49.7 kB view hashes)

Uploaded Source

Built Distribution

likee_downloader-1.8.1-py3-none-any.whl (34.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page