WWW::RapidShare 0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WWW::RapidShare 0.3 (Default branch)
# 1  
Old 08-03-2008
WWW::RapidShare 0.3 (Default branch)

WWW::RapidShare is a Perl module for downloading files from rapidshare.com. It currently only supports rapidshare.com premium accounts. License: Perl License Changes:
This version works with the new interface of rapidshare.com.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Web Development

www-csli

Hi, how comes that this website has "www-csli" rather than "www" as URL ? CSLI Center for the Study of Language and Information -- Stanford University thanks (1 Reply)
Discussion started by: aneuryzma
1 Replies

2. Shell Programming and Scripting

wget & rapidshare

Hello people, I have a question concerning wget and rapidshare. How I can download from Rapidshare (have a premium account) using command-like tool wget. It seems pretty easy, but I always get only very small file (5KB) something like html. Please correct me if I am doing something in a wrong... (1 Reply)
Discussion started by: trolis
1 Replies

3. UNIX for Dummies Questions & Answers

www.caldera.com

what happened with www.caldera.com or www.sco.com? i cant access the sites 10 days now. I try from my home pc, from internet cafe,from my work. Can you access these sites? I live in Greece. (2 Replies)
Discussion started by: kalco
2 Replies
Login or Register to Ask a Question
WWW::Mechanize::Image(3pm)				User Contributed Perl Documentation				WWW::Mechanize::Image(3pm)

NAME
WWW::Mechanize::Image - Image object for WWW::Mechanize SYNOPSIS
Image object to encapsulate all the stuff that Mech needs Constructor new() Creates and returns a new "WWW::Mechanize::Image" object. my $image = WWW::Mechanize::Image->new( { url => $url, base => $base, tag => $tag, name => $name, # From the INPUT tag height => $height, # optional width => $width, # optional alt => $alt, # optional } ); Accessors $link->url() URL from the link $link->base() Base URL to which the links are relative. $link->name() Name for the field from the NAME attribute, if any. $link->tag() Tag name (either "image" or "input") $link->height() Image height $link->width() Image width $link->alt() ALT attribute from the source tag, if any. $link->URI() Returns the URL as a URI::URL object. $link->url_abs() Returns the URL as an absolute URL string. SEE ALSO
WWW::Mechanize and WWW::Mechanize::Link COPYRIGHT &; LICENSE Copyright 2004-2010 Andy Lester. This program is free software; you can redistribute it and/or modify it under the terms of either: o the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or o the Artistic License version 2.0. perl v5.14.2 2011-08-05 WWW::Mechanize::Image(3pm)