Maksim

Results 2 comments of Maksim

Для поиска автора поправил строку 27 файла details_parser.py вот так: `links = book_html.xpath('//a[starts-with(@class,"bc-header__book-author")]')`

Обошел добавив в page_loader: import ssl try: _create_unverified_https_context = ssl._create_unverified_context except AttributeError: # Legacy Python that doesn't verify HTTPS certificates by default pass else: # Handle target environment that doesn't...