Social Media Downloader, but made easy
A way to download videos from Facebook, Tiktok, Instagram, and more social media platforms.
Functionality
Download videos from social media instantly by pasting the link.
Usage
Here you have some examples:
- Download from Instagram:
from social_media_downloader_easy.downloader import SocialMediaDownloader
async with SocialMediaDownloader(do_follow_redirects = True) as social_media_downloader:
output_filename = f'test_files/instagram_reel.mp4'
instagram_video_downloaded = await social_media_downloader.instagram.download_video(
url = 'https://www.instagram.com/reel/DHtsmGHTOn4/',
output_filename = output_filename
)
assert instagram_video_downloaded.filename == output_filename
Check the tests section to see more examples.
Release files for social-media-downloader-easy 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| social_media_downloader_easy-0.0.8.tar.gz | 29.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| social_media_downloader_easy-0.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 81.9 kB
Release files / social_media_downloader_easy-0.0.8.tar.gz
How to use checksums
4292472cc4b931a8f65055a718c56b93d597f38e70c936ed4a7ef83ab1d2707eHow to use checksums
904ea5be01d6c9c4ba3ede7e72f8efc69161f51487122591177c36e561a0c2eeWhat is trusted publishing?
poetry/2.2.0 CPython/3.9.0 Windows/10