download_html_perl

Repository which shows some of examples of downloading HTML from a URL
git clone git://git.samirparikh.com/download_html_perl
Log | Files | Refs | README

commit 03da1676d106db18ffcfc1fc76d6a0e420dd454d
parent 13db666fb046c8ac62aca95835833e9164507f9c
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Wed,  7 Dec 2022 20:59:24 +0000

update readme

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,7 +1,8 @@ This repository contains a couple of examples of how to download HTML from a URL using two different Perl modules: -* LWP::UserAgent Mojo::UserAgent +* LWP::UserAgent +* Mojo::UserAgent Both of these approaches requiring knowing the Session ID of a valid cookie to the site you are trying to download from. To find the Session ID, first log