Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавление функции скачивание статей у компаний #22

Open
DumDereDum opened this issue Mar 7, 2024 · 1 comment

Comments

@DumDereDum
Copy link

Добрый день :)

Я использовал Ваш код для скачивания статей, но не у пользователя а у компании, для этого мне понадобилось поменять следующие строки кода:

  1. https://github.com/dvjdjvu/habrArticleSrcDownloader/blob/main/src/main.py#L275 на
output_name = args.user_name_for_articles + "/articles/"
  1. https://github.com/dvjdjvu/habrArticleSrcDownloader/blob/main/src/main.py#L279 на
output_name = args.user_name_for_favorites + "/articles/"
  1. https://github.com/dvjdjvu/habrArticleSrcDownloader/blob/main/src/main.py#L289 на
habrSD.main("https://habr.com/ru/companies/" + output_name, output, type_articles)

Думаю что если проект будет развиваться то можно добавить флаг для скачивания статей у компании

Заранее спасибо)

@dvjdjvu
Copy link
Owner

dvjdjvu commented Mar 7, 2024

Без проблем, сделайте PR. Посмотрю и добавлю.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants