+ tutor
On Sun, Oct 29, 2017 at 6:57 AM, Kishore Kumar Alajangi <
akishorec...@gmail.com> wrote:
> Hi,
>
> I am facing an issue with listing specific urls inside web page,
>
> https://economictimes.indiatimes.com/archive.cms
>
> Page contains link urls by year and mont
Hi,
I am facing an issue with listing specific urls inside web page,
https://economictimes.indiatimes.com/archive.cms
Page contains link urls by year and month vise,
Ex: /archive/year-2001,month-1.cms
I am able to list all required urls using the below code,
from bs4 import BeautifulSoup
impor