Skip to content

This repository contains the code for a website that allows users to download videos from Facebook, Instagram, Pinterest, and YouTube. The code is open source and freely available for reuse and modification. The website is built with modern technologies and is easy to customize for your own needs.

Notifications You must be signed in to change notification settings

JoshimOfficial/FIPY_downloader

Repository files navigation

FIPY ~ Downloader

Facebook, Insta, Pinterest and YouTube downloader.

About

This repository contains the source code for a video downloading website that supports Facebook, Instagram, Pinterest, and YouTube. The code is made publicly available to encourage collaboration and reuse. Whether you're a developer looking to build upon this project or just someone who wants to see how it works, feel free to explore the code and use it for your own purposes. With a focus on simplicity and ease of use, this website is a great starting point for anyone looking to build a similar tool.

DEMO

YouTube:

Alt Text

Facebook:

Alt Text

Pinterest:

Alt Text

Installation

You just need to clone this repo like:

git clone https://github.com/JoshimOfficial/FIPY_downloader.git

Usage (Most important)

First of all create a DB named yt_scraper then create a table named webfixer with id, url, created_date, and created_time column. set as

  • id = int (primary);
  • url = varchar;
  • created_date = date;
  • created_time = time.

And now manually insert a data url to that webfixer as your current localhost project location like:

http://localhost/tailwind/10/test/FIPY_downloader/

This is wrong way.

  • You should put the url like:

http://localhost/tailwind/10/test/FIPY_downloader

Now run you project index.php file to your localhost.

If facebook downloader not works then apply your own facebook account's json cookies to /assets/files/scraper/facebook/basic_info/cookies.php file.

Feature

  • Download videos from Facebook.
  • Download videos from Insta (comming soon).
  • Download videos from Pinterest.
  • Download videos from YouTube.

Limitation

There are some limitation on code.

Facebook:

  • Facebook video can be downloaded if url contains https://fb.com/watch/XXXX.
  • Facebook video uploader name can be shown wrong sometimes.

Pinterest:

  • Pinterest all urls not working in sometimes.

Most Important Note:

  • This project isn't more secure to use as a website.
  • This is an Open Source project and can be use practice purpose only.
  • If you upload it to your hosting server then you will take all type of risk.

About me on this project:

Only I designed the font-end and also made the back-end.
Building the logic, breaking the rules, scraping from web, taking help from google, 
stackoverflow, chatGPT etc
for just updating my this project. 

Thank you 💜

About

This repository contains the code for a website that allows users to download videos from Facebook, Instagram, Pinterest, and YouTube. The code is open source and freely available for reuse and modification. The website is built with modern technologies and is easy to customize for your own needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published