From 4cff37a32f8c6fc34938735c682910c686d6a79f Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 08:06:55 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca9a886..8b9111e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,11 @@ returns : > Do not pad (use zeros in month, year, day, minute and hour arguments). +#### Get the content of webpage using get(). + +```diff ++ waybackpy.get(url, encoding="UTF-8", UA=user_agent) +``` ## License