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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file
social_media_downloader_easy-0.0.2.tar.gz.File metadata
File hashes
971ea733f018999a9348442a87ffc946e8a5eacb7af760935a0565c2fc660dc75a5c1b6a560c74e6dae470001f9614ea1896cc0ebad57930396c88ba3cdfdcdc75a1d9d546f77078f30ce5941da52c69See more details on using hashes here.