From e7761b3709e6d4af63d033e6c668d65fc0f535e5 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 10:21:08 +0530 Subject: [PATCH] Update README.md --- README.md | 57 +------------------------------------------------------ 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/README.md b/README.md index 0acf0c9..da7f58b 100644 --- a/README.md +++ b/README.md @@ -136,62 +136,7 @@ from waybackpy import get webpage = get("https://example.com/", UA="User-Agent") print(webpage) ``` -
Output of the above code -

- -###### The source code for ! As no encoding was provided, it was auto identified. - -```html - - - - Example Domain - - - - - - - - -

-

Example Domain

-

This domain is for use in illustrative examples in documents. You may use this - domain in literature without prior coordination or asking for permission.

-

More information...

-
- - -``` - -

-
+> This should print the source code for . ## Dependency * None, just python standard libraries. Both python 2 and 3 are supported :)