Download Latest Version getfiles-0.2.tar.gz (1.8 kB)
Email in envelope

Get an email when there's a new version of getfiles

Home
Name Modified Size InfoDownloads / Week
README 2011-06-10 2.1 kB
getfiles-0.2.tar.gz 2011-06-10 1.8 kB
getfiles-0.1.tar.gz 2011-06-10 1.2 kB
Totals: 3 Items   5.1 kB 0
**************************************************************************************************
										GETFILES V0.2
**************************************************************************************************


 Author: Nowres Rafed <nowres.rafed@gmail.com>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA


This is a small script that downloads files with a specific extension from a given web page url


**************************************************************************************************
INSTALLAION:
1- make sure that the file getfiles.sh has the execute permission

	chmod a+x getfiles.sh



**************************************************************************************************
USAGE:

you can run the script by typing:

	./getfiles.sh [EXTENSION]  [WEBPAGE URL]  [DESTINATION FOLDER]

	replace:

		[EXTENSION] by the desired file extension (mp3, rm, ogg ...)
					You can specify directly the extension with or without `.'
					or you can specify a pattern (like mp* will download mp3 mp2 mp4 ...)
					or you can specify a word to look in the page urls like (*download* to get a file of the form: 
																http://www.domain.com/download_123.php?id=1234

		[WEBPAGE URL] the source page url

		[DESTINATION FOLDER] it's where you want to put downloaded files


***************************************************************************************************

Source: README, updated 2011-06-10