Skip to content

A Python project to download content from Instagram and YouTube using instaloader and pytube libraries. Features include downloading profile pictures, posts, and videos in various resolutions.

Notifications You must be signed in to change notification settings

Swadheen26/Content-Downloader

Repository files navigation

Content Downloader

This project allows users to download content from social media platforms such as Instagram and YouTube. The project uses the instaloader library to download content from Instagram and the pytube library to download YouTube videos. Users can download various types of content, including profile pictures, posts, and videos.

Features

  1. Instagram Content Download

    • Download user posts and profile pictures.
    • View the total number of posts by a user.
    • Download the latest posts from a user.
    • Note: The account must be public to download content; private accounts are not supported.
  2. YouTube Video Download

    • Download YouTube videos in various resolutions.
    • Choose from different available resolutions before proceeding with the download.

Installation

  1. Clone the repository:
    git clone https://github.com/Swadheen26/Content-Downloader.git
    cd Content-Downloader
    
    
    
  2. Install the required packages:
     pip install -r requirements.txt
     
  3. Usage
    python content_downloader.py
    
    

Instagram

  • Enter the Instagram username to view and download posts or profile pictures.
  • Ensure the account is public; private accounts are not supported.

YouTube

  • Enter the YouTube video URL.
  • Choose the desired resolution from the available options.
  • Proceed with the download.

Dependencies

  • instaloader: For downloading Instagram content.
  • pytube: For downloading YouTube videos.

Other dependencies listed in requirements.txt.

Contributing

  • Contributions are welcome! Please feel free to submit a Pull Request or open an issue to improve the project.

Contact

For any inquiries or feedback, please contact Swadheen26.

About

A Python project to download content from Instagram and YouTube using instaloader and pytube libraries. Features include downloading profile pictures, posts, and videos in various resolutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages