Skip to content

Youtube Subscriber #298

@s0tho

Description

@s0tho

Describe the bug
You need to log before trying to subscribe to a channel

To Reproduce
Just launch the script youtube.py in folder youtube_subdownloader

Expected behavior
The script must handle when the user isn't connected. Either it asks the user or we hardcode it.

Screenshots
image

Additional context
Other details:

  • The name youtube_subdownloader is misleading, youtube_subscriber would have been better imo.
  • open = webdriver.Chrome() will not work if you don't have Chrome in your PATH.
    image
    Maybe, something like this 👇 would work or we make it like it must handle multiple browsers.
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions