PHP Classes

PHP Download URL Content: Automate download of files from different sites

Recommend this page to a friend!
  Info   View files Example   View files View files (53)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 109 All time: 9,622 This week: 107Up
Version License PHP version Categories
amutils 1.0.0The PHP License5HTTP, PHP 5, Files and Folders
Description 

Author

This package can be used to automate download of files from different sites.

It provides several commands that can be invoked when running the application script from the command line to extract URLs to download files from different sites.

Currently it can download files and pages from sites like FzMovies, Fembed, 480Mkv, BBC Hausa, etc..

Picture of Ahmad Mustapha
Name: Ahmad Mustapha <contact>
Classes: 23 packages by
Country: Nigeria Nigeria
Age: ???
All time rank: 230212 in Nigeria Nigeria
Week rank: 312 Up7 in Nigeria Nigeria Up
Innovation award
Innovation award
Nominee: 9x

Example

<?php
$jsEngine
= new \V8Js();
var_dump($jsEngine);


Details

<h1>AMUtils</h1>

What is this?

Pieces of classes writting to automate some things. Why don't you try it?

Installation

Make sure that you have composer installed Composer.

If you don't have Composer run the below command

curl -sS https://getcomposer.org/installer | php

  • Clone the repository.
    git clone https://github.com/ahmard/amutils.git
    
  • After cloning, run the below command
    composer update
    

Usage

  • Extract download link from https://fzmovies.net
    php ape link:fzmovies "https://fzmovies.net/movie-The%20Forbidden%20Kingdom--hmp4.htm"
    
  • Extract download link from https://feurl.com
    php ape link:feurl "https://feurl.com/v/zyvnx8yk8o1"
    
  • Extract download link from https://480mkv.com
    php ape link:femkvcom "https://480mkv.com/the-100-season-6-480p-hdtv-all-episodes/"
    
  • Download remote file
    php ape import https://google.com
    
  • List news from their sources
    php ape news bbchausa
    
    The currently supported sites are: <ul> <li>BBC Hausa</li> <li>VOA Hausa</li> <li>RFI Hausa</li> <li>DW Hausa</li> </ul>

License

Use it however you seem fit.


  Files folder image Files  
File Role Description
Files folder image.github (1 directory)
Files folder imageapp (1 file, 5 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (3 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file ape Example Application script
Accessible without login Plain text file box.json Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file news.php Example Example script
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file test.php Example Example script
Accessible without login Plain text file _config.yml Data Auxiliary data

  Files folder image Files  /  .github  
File Role Description
Files folder imageISSUE_TEMPLATE (2 files)

  Files folder image Files  /  .github  /  ISSUE_TEMPLATE  
File Role Description
  Accessible without login Plain text file bug_report.md Data Auxiliary data
  Accessible without login Plain text file feature_request.md Data Auxiliary data

  Files folder image Files  /  app  
File Role Description
Files folder imageCommands (9 files)
Files folder imageHelpers (1 file, 1 directory)
Files folder imageProviders (1 file)
Files folder imageStruct (2 directories)
Files folder imageUtils (3 files, 4 directories)
  Plain text file Intents.php Class Class source

  Files folder image Files  /  app  /  Commands  
File Role Description
  Plain text file FEMkvComCommand.php Class Class source
  Plain text file FeUrlCommand.php Class Class source
  Plain text file FPOCommand.php Class Class source
  Plain text file FZMoviesCommand.php Class Class source
  Plain text file ImporterCommand.php Class Class source
  Plain text file InspiringCommand.php Class Class source
  Plain text file MuzmoCommand.php Class Class source
  Plain text file NewsCommand.php Class Class source
  Plain text file ZippyShareCommand.php Class Class source

  Files folder image Files  /  app  /  Helpers  
File Role Description
Files folder imageCore (1 file)
  Accessible without login Plain text file Functions.php Aux. Auxiliary script

  Files folder image Files  /  app  /  Helpers  /  Core  
File Role Description
  Plain text file ConsoleHelper.php Class Class source

  Files folder image Files  /  app  /  Providers  
File Role Description
  Plain text file AppServiceProvider.php Class Class source

  Files folder image Files  /  app  /  Struct  
File Role Description
Files folder imageAbstracts (1 file)
Files folder imageInterfaces (1 file)

  Files folder image Files  /  app  /  Struct  /  Abstracts  
File Role Description
  Plain text file NewsAbstract.php Class Class source

  Files folder image Files  /  app  /  Struct  /  Interfaces  
File Role Description
  Plain text file NewsInterface.php Class Class source

  Files folder image Files  /  app  /  Utils  
File Role Description
Files folder imageMuzmo (1 file)
Files folder imageNews (6 files)
Files folder imageOthers (1 file)
Files folder imageVideo (4 files, 1 directory)
  Plain text file Importer.php Class Class source
  Plain text file Muzmo.php Class Class source
  Plain text file News.php Class Class source

  Files folder image Files  /  app  /  Utils  /  Muzmo  
File Role Description
  Plain text file rename.php Class Class source

  Files folder image Files  /  app  /  Utils  /  News  
File Role Description
  Plain text file AllSites.php Class Class source
  Plain text file BBCHausa.php Class Class source
  Plain text file DWHausa.php Class Class source
  Plain text file NewsFactory.php Class Class source
  Plain text file RFIHausa.php Class Class source
  Plain text file VOAHausa.php Class Class source

  Files folder image Files  /  app  /  Utils  /  Others  
File Role Description
  Plain text file ZippyShare.php Class Class source

  Files folder image Files  /  app  /  Utils  /  Video  
File Role Description
Files folder imageFEMkvCom (3 files)
  Plain text file FEMkvCom.php Class Class source
  Plain text file FeUrl.php Class Class source
  Plain text file FPO.php Class Class source
  Plain text file FZMovies.php Class Class source

  Files folder image Files  /  app  /  Utils  /  Video  /  FEMkvCom  
File Role Description
  Plain text file Episode.php Class Class source
  Plain text file Main.php Class Class source
  Plain text file Saver.php Class Class source

  Files folder image Files  /  bootstrap  
File Role Description
  Plain text file app.php Class Class source

  Files folder image Files  /  config  
File Role Description
  Plain text file app.php Class Class source
  Plain text file commands.php Class Class source
  Accessible without login Plain text file utils.php Aux. Auxiliary script

  Files folder image Files  /  tests  
File Role Description
Files folder imageFeature (1 file)
Files folder imageUnit (1 file)
  Plain text file CreatesApplication.php Class Class source
  Plain text file TestCase.php Class Class source

  Files folder image Files  /  tests  /  Feature  
File Role Description
  Plain text file InspiringCommandTest.php Class Class source

  Files folder image Files  /  tests  /  Unit  
File Role Description
  Plain text file ExampleTest.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:109
This week:0
All time:9,622
This week:107Up