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.4.tar.gz.File metadata
File hashes
1297ee3d09f69c54f189b37d52c7116d4037622b74c3b330bb22873a10b216bc336daeb20effb9274224a5da5ca101cf41c1ad1bae5e4aa3b91324ea73861c7916c98a935babf0fcde566bc545ed1b28See more details on using hashes here.