Twelve Years of Service
Posts: 1,012
Threads: 41
RE: How to Copy Text from Text Copy Protected sites 08-25-2012, 01:09 PM
#12
Nice share........................
•
Twelve Years of Service
Posts: 182
Threads: 8
RE: How to Copy Text from Text Copy Protected sites 12-18-2012, 11:36 PM
#14
nice. keep sharing......................
•
Twelve Years of Service
Posts: 182
Threads: 8
RE: How to Copy Text from Text Copy Protected sites 12-18-2012, 11:36 PM
#15
nice. keep sharing......................
•
Twelve Years of Service
Posts: 41
Threads: 12
RE: How to Copy Text from Text Copy Protected sites 01-21-2013, 05:29 AM
#16
This can be simply done with perl. Using the content() module to grab the source then you can pipe the output to a text file. You can use LWP to set your user agent and then set your request variable to $request->content(); and then pipe the output when you run the command like so. perl grab.pl >> source.html
•