Metadata-Version: 2.4
Name: MediaSurfer
Version: 1.0.1
Summary: MediaSurfer is a powerful Python library that allows you to easily download media from multiple social platforms.
Home-page: https://github.com/arifiios/MediaSurfer
Author: ARIFI
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: cloudscraper
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MediaSurfer
MediaSurfer is a powerful Python library that allows you to easily download media from multiple social platforms.

- **Instagram**: Download photos and videos from profiles.
- **TikTok**: Download videos in their original quality.
- **YouTube**: Download videos or audio in multiple formats.
- **Spotify**: Download tracks.
- **Pinterest**: Download images and boards.
- **Facebook**: Download videos from profiles and pages.

## Installation

You can install MediaSurfer via pip (once it's published on PyPI):

```bash
pip install MediaSurfer
