From a515b2c3de4cb1d4886d5334a0e0b64b45641b28 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:12:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8da923..c195cca 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ res = vks.scrape("https://vk.com/wall-1_398461") # scrape any "video" URL res = vks.scrape("https://vk.com/video-6596301_145810025") -print(res[0]["text]) # eg: -> to get the text from code +print(res[0]["text"]) # eg: -> to get the text from code ``` ```python