Main url: https://www.rbc.ru/
Pyhon notebook (rbc_crawler.ipynb) consist of class RBCparser, which has several methods:
- init - define main requset and soup
- find_links - return the list of links for root link
- find_all_links - return the list of links for root link and for all links in find_links method
- find_text - return dictioanary with all texts for each link in input parameters
- find_title - return dictioanary with all titles for each link in input parameters
- find_images - return dictioanary with all images for each link in input parameters
- save_dict - save input dict/list in json format