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.3.tar.gz.File metadata
File hashes
029b954f67ed2b014821871e6aec37c93f28a52ae2c77c99c6e01d339182c9f7b732b99dd3ecf992a3b31df00a8e02520da72b16f49a99729be4add9050f8010d696a11ed0f827178e046328201ebeb5See more details on using hashes here.