Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.49 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.49 KB

Facebook-Youtube-Video-Downloader

Facebook and Youtube Downloader allows you to download Videos from Youtube and Facebook. Behind the layer of abstraction, this parses raw page content and uses reverse-engineered AJAX requests to retrieve information. By using PHP Curl, the file you download will be getting the correct name of video instead of "videoplayback" in youtube and random numbers in facebook.

Screenshot

Youtube Links Format

  • youtube.com/watch?v=...
  • youtu.be/...
  • youtube.com/embed/...
  • youtube-nocookie.com/embed/...
  • youtube.com/watch?feature=player_embedded&v=...

Facebook Links Format

  • facebook.com/UserName/videos/...
  • m.facebook.com/story.php...
  • m.facebook.com/sharer.php...

Reference used