We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a9f05 commit 533ec6aCopy full SHA for 533ec6a
youtool/commands/channel_id.py
@@ -21,7 +21,7 @@ class ChannelId(Command):
21
CHANNEL_ID_COLUMN_NAME: str = "channel_id"
22
23
@classmethod
24
- def execute(cls, **kwargs) -> str:
+ def execute(cls, **kwargs) -> str: # noqa: D417
25
"""Execute the channel-id command to fetch YouTube channel IDs from URLs and save them to a CSV file.
26
27
This method retrieves YouTube channel IDs from a list of provided URLs or from a file containing URLs.
0 commit comments